From 525bac8d484a0b9a33fcc61d7349da821e43cda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Irland?= Date: Wed, 17 Apr 2019 17:12:41 -0300 Subject: [PATCH] Prepare 1.0.1 release (#27) --- CHANGELOG.md | 4 ++-- README.md | 2 +- build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe768d..5129712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ Change Log ========== All notable changes to this project will be documented in this file. -[Version 1.0.1 _(Pending release)_]() +[Version 1.0.1 _(2018-04-17)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v1.0.1) --- ### New Features - Added new `history` variable to use in `releaseNotesFormat` given by `historyFormat`. -It's shown only if the `{commitHistory}` is not empty. +It's shown only if the `{commitHistory}` is not empty. (#25) - Added `includeHistorySinceLastTag` release notes setup variable. It enables to generate the history only for the commits after the latest git's tag. It's useful to show only the changes that changed since the last build. (#25) diff --git a/README.md b/README.md index c6a6942..6a4459b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ buildscript { maven { url 'https://maven.fabric.io/public' } } dependencies { - classpath "com.xmartlabs:snapshot-publisher:1.0.0" + classpath "com.xmartlabs:snapshot-publisher:1.0.1" } } ``` diff --git a/build.gradle b/build.gradle index fd004b7..163c3c3 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ compileTestKotlin { } group 'com.xmartlabs' -version '1.0.0' +version '1.0.1' gradlePlugin { plugins {