Skip to content

Commit fee582c

Browse files
committed
bump version
1 parent 579fafe commit fee582c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.3.1]
810
### Fixed
911
- SuspendCache did not handle the exception in Single
1012

@@ -49,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4951
- Reactive style QuinineCache
5052
- Copy and adapt the document from `Caffeine` for coroutine part
5153

52-
[Unreleased]: https://github.com/Project5E/quinine/compare/v0.2.0...HEAD
54+
[Unreleased]: https://github.com/Project5E/quinine/compare/v0.3.1...HEAD
55+
[0.3.1]: https://github.com/Project5E/quinine/compare/v0.3.0...v0.3.1
5356
[0.3.0]: https://github.com/Project5E/quinine/compare/v0.2.0...v0.3.0
5457
[0.2.0]: https://github.com/Project5E/quinine/compare/v0.1.0...v0.2.0
5558
[0.1.0]: https://github.com/Project5E/quinine/compare/v0.0.1...v0.1.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.moumoux'
9-
version '0.3.0'
9+
version '0.3.1'
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)