Skip to content

Commit 3a9738e

Browse files
authored
Update CHANGELOG and bump to version 0.14 for release (#188)
1 parent e26380e commit 3a9738e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ 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-
## [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

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group 'com.willowtreeapps.assertk'
3-
version '0.14-SNAPSHOT'
3+
version '0.14'
44
}
55

66
buildscript {

0 commit comments

Comments
 (0)