Skip to content

Commit

Permalink
Prepare 1.0.1 release (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Apr 17, 2019
1 parent 60e6ca9 commit 525bac8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ compileTestKotlin {
}

group 'com.xmartlabs'
version '1.0.0'
version '1.0.1'

gradlePlugin {
plugins {
Expand Down

0 comments on commit 525bac8

Please sign in to comment.