Skip to content

Commit

Permalink
Prepare version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robxyy committed Feb 25, 2023
1 parent 570a1ae commit be1de7b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [0.2.0] - 2023-02-25

### Changed

* Improve `decodeHex` performance on non-Jvm platforms. (#32)
* Provide friendly api for Jvm (#17)
* Remove `Byte.retrieve()` (#22)

## [0.1.0] - 2022-07-02

Initial release.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Diglol Encoding 为 Kotlin Multiplatform 提供了 Hex/Base16、Base32、Base64
我们的 [change log](CHANGELOG.md) 有发布历史。

```gradle
implementation("com.diglol.encoding:encoding:0.1.0")
implementation("com.diglol.encoding:encoding:0.2.0")
```

### 使用
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Currently supported encodings:
Our [change log](CHANGELOG.md) has release history.

```gradle
implementation("com.diglol.encoding:encoding:0.1.0")
implementation("com.diglol.encoding:encoding:0.2.0")
```

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

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

repositories {
mavenCentral()
Expand Down

0 comments on commit be1de7b

Please sign in to comment.