Skip to content

Commit

Permalink
Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jan 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 81d982a commit 906f8a0
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG

## Version 0.1.1 (2025-01-14)
- Add checks to `Counter` that `incrementBy` is perfectly divisible into `{Int/Long}.MIN_VALUE` [[#9]][9]

## Version 0.1.0 (2025-01-13)
- Initial Release

[9]: https://github.com/KotlinCrypto/bitops/pull/9
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -39,14 +39,14 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
```kotlin
// build.gradle.kts
dependencies {
val vBitOps = "0.1.0"
val vBitOps = "0.1.1"
implementation("org.kotlincrypto.bitops:bits:$vBitOps")
implementation("org.kotlincrypto.bitops:endian:$vBitOps")
}
```

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

<!-- TAG_DEPENDENCIES -->
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
POM_DEVELOPER_NAME=Kotlin Crypto
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/

VERSION_NAME=0.1.1-SNAPSHOT
VERSION_NAME=0.1.1
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31

0 comments on commit 906f8a0

Please sign in to comment.