File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.14 ] - 2019-04-27
88### Added
99- Add ` assertThat ` for Kotlin property based assertions.
1010
1111### Fixed
1212- Fixed showing null expected/actual values in intellj when those values aren't provided. (#180 )
13+ - Fixed IndexOutOfBoundsException in containsExactly differ (#185 )
14+ - Fixed block asserts not respecting assertAll
1315
1416## [ 0.13] - 2019-01-17
1517
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515}
1616
1717dependencies {
18- testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.13 '
18+ testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.14 '
1919}
2020```
2121
Original file line number Diff line number Diff line change 11allprojects {
22 group ' com.willowtreeapps.assertk'
3- version ' 0.14-SNAPSHOT '
3+ version ' 0.14'
44}
55
66buildscript {
You can’t perform that action at this time.
0 commit comments