Skip to content

Commit

Permalink
Prepare version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robxyy committed Aug 16, 2023
1 parent 20d03d2 commit e6dd590
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [0.1.5] - 2023-08-16

### Changed

* Remove the minimum length limit for Hmac - Key (#82)

### Fixed

* Fix StringIndexOutOfBoundsException when converting a string to Otp (#83)

## [0.1.4] - 2023-02-25

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ Diglol Crypto for Kotlin Multiplatform.
包含所有的子模块

```gradle
implementation("com.diglol.crypto:crypto:0.1.4")
implementation("com.diglol.crypto:crypto:0.1.5")
```

_如果需要依赖子模块,请参考当前支持的加密常量。_

```gradle
implementation("com.diglol.crypto:${submodule}:0.1.4")
implementation("com.diglol.crypto:${submodule}:0.1.5")
```

### License
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ Our [change log](CHANGELOG.md) has release history.
Include all submodules.

```gradle
implementation("com.diglol.crypto:crypto:0.1.4")
implementation("com.diglol.crypto:crypto:0.1.5")
```

_If you need to depend on a submodule, please refer to the currently supported cryptographic constants._

```gradle
implementation("com.diglol.crypto:${submodule}:0.1.4")
implementation("com.diglol.crypto:${submodule}:0.1.5")
```

### License
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {

allprojects {
group = "com.diglol.crypto"
version = "0.2.0-SNAPSHOT"
version = "0.1.5"

repositories {
mavenCentral()
Expand Down

0 comments on commit e6dd590

Please sign in to comment.