Skip to content

Commit

Permalink
Update CHANGELOG and bump to version 0.14 for release (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
evant authored Apr 27, 2019
1 parent e26380e commit 3a9738e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ 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.14] - 2019-04-27
### Added
- Add `assertThat` for Kotlin property based assertions.

### Fixed
- Fixed showing null expected/actual values in intellj when those values aren't provided. (#180)
- Fixed IndexOutOfBoundsException in containsExactly differ (#185)
- Fixed block asserts not respecting assertAll

## [0.13] - 2019-01-17

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.13'
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.14'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group 'com.willowtreeapps.assertk'
version '0.14-SNAPSHOT'
version '0.14'
}

buildscript {
Expand Down

0 comments on commit 3a9738e

Please sign in to comment.