Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Mar 7, 2023
1 parent 41f6401 commit c65ed35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Version 0.1.2 (2023-03-06)
- Updates `kotlincrypto.core` to `0.1.1`
- Fixes `Digest.update` miscalculation when `offset` parameter is provided

## Version 0.1.1 (2023-03-05)
- Fixes `copy` visibility for `Digest` implementations
- Adds a `BOM` publication
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fun main() {
// build.gradle.kts
dependencies {
// define the BOM and its version
implementation(platform("org.kotlincrypto.hash:bom:0.1.1"))
implementation(platform("org.kotlincrypto.hash:bom:0.1.2"))

// define artifacts without version
implementation("org.kotlincrypto.hash:md5")
Expand All @@ -79,15 +79,15 @@ dependencies {

| hash | kotlin |
|:-----:|:------:|
| 0.1.1 | 1.8.10 |
| 0.1.2 | 1.8.10 |

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

<!-- TAG_DEPENDENCIES -->
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.8.10-blue.svg?logo=kotlin
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.1.0-blue.svg
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.1.1-blue.svg

<!-- TAG_PLATFORMS -->
[badge-platform-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ POM_DEVELOPER_ID=KotlinCrypto
POM_DEVELOPER_NAME=Kotlin Crypto
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/

VERSION_NAME=0.1.2-SNAPSHOT
VERSION_NAME=0.1.2
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31
Expand Down

0 comments on commit c65ed35

Please sign in to comment.