Skip to content

Commit 55ef1f9

Browse files
Release 2.0.1
1 parent ce55666 commit 55ef1f9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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+
## [2.0.1] - 2022-06-09
810
### Added
911
- "CHANGELOG.md" file (issue [eclipse/keyple#6]).
1012
- CI: Forbid the publication of a version already released (issue [#3]).
@@ -18,7 +20,8 @@ This is the initial release.
1820
It follows the extraction of Keyple 1.0 components contained in the `eclipse/keyple-java` repository to dedicated repositories.
1921
It also brings many major API changes.
2022

21-
[unreleased]: https://github.com/eclipse/keyple-plugin-android-omapi-java-lib/compare/2.0.0...HEAD
23+
[unreleased]: https://github.com/eclipse/keyple-plugin-android-omapi-java-lib/compare/2.0.1...HEAD
24+
[2.0.1]: https://github.com/eclipse/keyple-plugin-android-omapi-java-lib/compare/2.0.0...2.0.1
2225
[2.0.0]: https://github.com/eclipse/keyple-plugin-android-omapi-java-lib/releases/tag/2.0.0
2326

2427
[#3]: https://github.com/eclipse/keyple-plugin-android-omapi-java-lib/issues/3

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
//keyple
8787
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.0")
8888
implementation("org.eclipse.keyple:keyple-plugin-java-api:2.0.0")
89-
implementation("org.eclipse.keyple:keyple-util-java-lib:2.1.0-SNAPSHOT") { isChanging = true }
89+
implementation("org.eclipse.keyple:keyple-util-java-lib:2.1.0")
9090

9191
//android
9292
implementation("androidx.legacy:legacy-support-v4:1.0.0")

0 commit comments

Comments
 (0)