Skip to content

Commit 0f41aed

Browse files
committed
Prepare 0.2.0 release
1 parent a0227ee commit 0f41aed

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# CHANGELOG
22

3+
## Version 0.2.0 (2025-02-06)
4+
- Change publication coordinates from group `org.kotlincrypto.error:error` to `org.kotlincrypto:error` [[#3]][3]
5+
- Add precondition check helper functions for `InvalidParameterException` [[#5]][5]
6+
37
## Version 0.1.0 (2025-02-05)
48
- Initial Release
9+
10+
[3]: https://github.com/KotlinCrypto/error/pull/3
11+
[5]: https://github.com/KotlinCrypto/error/pull/5

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
4040
```kotlin
4141
// build.gradle.kts
4242
dependencies {
43-
implementation("org.kotlincrypto.error:error:0.1.0")
43+
implementation("org.kotlincrypto:error:0.2.0")
4444
}
4545
```
4646

4747
<!-- TAG_VERSION -->
48-
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.1.0-blue.svg?style=flat
48+
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.2.0-blue.svg?style=flat
4949
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
5050

5151
<!-- TAG_DEPENDENCIES -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ POM_DEVELOPER_ID=KotlinCrypto
3030
POM_DEVELOPER_NAME=Kotlin Crypto
3131
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/
3232

33-
VERSION_NAME=0.2.0-SNAPSHOT
33+
VERSION_NAME=0.2.0
3434
# 0.1.0-alpha01 = 00 01 00 11
3535
# 0.1.0-beta01 = 00 01 00 21
3636
# 0.1.0-rc01 = 00 01 00 31

0 commit comments

Comments
 (0)