Skip to content

Commit

Permalink
Prepare 2.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom committed May 17, 2020
1 parent 1419707 commit 5bec635
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.4] - 2020-05-17
### Added
- Update Kotlin Coroutines to 1.3.6
- Add samples link to readme

### Fixed
- Allow dispatcher specification.
Expand Down Expand Up @@ -47,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.3...HEAD
[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.4...HEAD
[2.0.4]: https://github.com/oolong-kt/oolong/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/oolong-kt/oolong/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/oolong-kt/oolong/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/oolong-kt/oolong/compare/v2.0.0...v2.0.1
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ object Counter {
}
```

Samples
-------------

* [Official samples](https://github.com/oolong-kt/samples)

Documentation
-------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=org.oolong-kt
VERSION_NAME=2.0.4-SNAPSHOT
VERSION_NAME=2.0.4
POM_DESCRIPTION=MVU for Kotlin Multiplatform

POM_URL=https://github.com/oolong-kt/oolong/
Expand Down

0 comments on commit 5bec635

Please sign in to comment.