Skip to content

Commit 66f02fc

Browse files
committed
Prepare release 0.19
1 parent 7a48a0c commit 66f02fc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.19] 2019-02-20
8+
9+
### Fixed
10+
- Fixed thread-safety issue with soft assertions
11+
712
## [0.18] 2019-07-12
813

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616
1717
dependencies {
18-
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.18'
18+
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.19'
1919
}
2020
```
2121

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
allprojects {
1414
group 'com.willowtreeapps.assertk'
15-
version '0.19-SNAPSHOT'
15+
version '0.19'
1616
}
1717

1818
ext {

0 commit comments

Comments
 (0)