Skip to content

Commit dd811b4

Browse files
committed
Prepare version 0.3.0
1 parent 0ddc3de commit dd811b4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [0.3.0] - 2023-08-12
6+
7+
### Added
8+
9+
* Add base45 `encode` and `decode` (#54)
10+
11+
### Changed
12+
13+
* Upgrade kotlin to 1.9.0 (#61)
14+
515
## [0.2.0] - 2023-02-25
616

717
### Changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Diglol Encoding 为 Kotlin Multiplatform 提供了 Hex/Base16、Base32、Base45
1414
我们的 [change log](CHANGELOG.md) 有发布历史。
1515

1616
```gradle
17-
implementation("com.diglol.encoding:encoding:0.2.0")
17+
implementation("com.diglol.encoding:encoding:0.3.0")
1818
```
1919

2020
### 使用

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Currently supported encodings:
1515
Our [change log](CHANGELOG.md) has release history.
1616

1717
```gradle
18-
implementation("com.diglol.encoding:encoding:0.2.0")
18+
implementation("com.diglol.encoding:encoding:0.3.0")
1919
```
2020

2121
### Usage

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929

3030
allprojects {
3131
group = "com.diglol.encoding"
32-
version = "0.3.0-SNAPSHOT"
32+
version = "0.3.0"
3333

3434
repositories {
3535
mavenCentral()

0 commit comments

Comments
 (0)