Skip to content

Commit aaefd53

Browse files
committed
Prepare release 0.16
1 parent 4ba5889 commit aaefd53

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,7 +4,12 @@ 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.16] 2019-05-18
8+
9+
### Fixed
10+
- Fixed js artifact
11+
12+
## [0.15] 2019-05-18
813

914
### Added
1015
- Add `isEqualToIgnoringGivenProperties` for the JVM

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.15'
18+
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.16'
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.16-SNAPSHOT'
15+
version '0.16'
1616
}
1717

1818
ext {

0 commit comments

Comments
 (0)