Skip to content

Commit

Permalink
Prepare release 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Jul 20, 2019
1 parent 7a48a0c commit 66f02fc
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,10 +4,15 @@ 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).

## [0.19] 2019-02-20

### Fixed
- Fixed thread-safety issue with soft assertions

## [0.18] 2019-07-12

### Added
- Add `extracting` to allow extracing a value for each item in an array.
- Add `extracting` to allow extracting a value for each item in an array.
- Add `Assert<Result<T>>.isSuccess()` and `Assert<Result<T>>.isFailure()` to replace `AssertBlock` assertions.
- Add `messageContains` for throwable.

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

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.19-SNAPSHOT'
version '0.19'
}

ext {
Expand Down

0 comments on commit 66f02fc

Please sign in to comment.