Skip to content

Commit

Permalink
Prepare 0.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jun 9, 2023
1 parent 5794a30 commit cc3abff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## Version 0.2.7 (2023-06-09)
- Updates `core` to `0.2.7`
- Updates `hash` to `0.2.7`
- Updates `macs` to `0.2.7`
-
## Version 0.2.6 (2023-06-08)
- Updates `core` to `0.2.6`
- Updates `hash` to `0.2.6`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("kotlincrypto") {
// https://github.com/KotlinCrypto/version-catalog/blob/master/gradle/kotlincrypto.versions.toml
from("org.kotlincrypto:version-catalog:0.2.6")
from("org.kotlincrypto:version-catalog:0.2.7")
}
}
}
Expand All @@ -40,7 +40,7 @@ dependencies {
```

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

[url-latest-release]: https://github.com/KotlinCrypto/version-catalog/releases/latest
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.2.7-SNAPSHOT
VERSION_NAME=0.2.7
# 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
6 changes: 3 additions & 3 deletions gradle/kotlincrypto.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
core = "0.2.6"
core = "0.2.7"
endians = "0.1.0"
hash = "0.2.6"
macs = "0.2.6"
hash = "0.2.7"
macs = "0.2.7"
secureRandom = "0.1.0"
sponges = "0.1.0"

Expand Down

0 comments on commit cc3abff

Please sign in to comment.