Skip to content

Commit

Permalink
Prepare release 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed May 19, 2019
1 parent 4ba5889 commit aaefd53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.16] 2019-05-18

### Fixed
- Fixed js artifact

## [0.15] 2019-05-18

### Added
- Add `isEqualToIgnoringGivenProperties` for the JVM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}
dependencies {
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.15'
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.16'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group 'com.willowtreeapps.assertk'
version '0.16-SNAPSHOT'
version '0.16'
}

ext {
Expand Down

0 comments on commit aaefd53

Please sign in to comment.