Skip to content

Commit bcd95af

Browse files
committed
Prepare 0.3.0 release
1 parent 582786b commit bcd95af

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

3-
## Version 0.2.0 (2025-08-25)
3+
## Version 0.3.0 (2025-09-19)
4+
- Updates `kotlin` to `2.2.20` [[#18]][18]
5+
- Lower supported `KotlinVersion` to `1.8` [[#19]][19]
6+
7+
## Version 0.2.1 (2025-08-25)
48
- Updates `kotlin` to `2.2.10` [[#17]][17]
59

610
## Version 0.2.0 (2025-02-25)
@@ -19,3 +23,5 @@
1923
[12]: https://github.com/KotlinCrypto/bitops/pull/12
2024
[14]: https://github.com/KotlinCrypto/bitops/pull/14
2125
[17]: https://github.com/KotlinCrypto/bitops/pull/17
26+
[18]: https://github.com/KotlinCrypto/bitops/pull/18
27+
[19]: https://github.com/KotlinCrypto/bitops/pull/19

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
3737
```kotlin
3838
// build.gradle.kts
3939
dependencies {
40-
val vBitOps = "0.2.1"
40+
val vBitOps = "0.3.0"
4141
implementation("org.kotlincrypto.bitops:bits:$vBitOps")
4242
implementation("org.kotlincrypto.bitops:endian:$vBitOps")
4343
}
4444
```
4545

4646
<!-- TAG_VERSION -->
47-
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.2.1-blue.svg?style=flat
47+
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.3.0-blue.svg?style=flat
4848
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
4949

5050
<!-- 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.3.0-SNAPSHOT
33+
VERSION_NAME=0.3.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)