Skip to content

Commit

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

## [Unreleased]

## [0.3.0] - 2023-02-25

### Changed

* Add getter for `Id.bytes` property. (#36)
* Avoid type casting (#29)
* Don't decode embedded info when creating `Id` (#28)
* Remove deprecated methods on `Id` (#27)

## [0.2.0] - 2022-10-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A global Id generator for Kotlin Multiplatform. It modifies the timestamp to 5 b
### Add Dependency

```gradle
implementation("com.diglol.id:id:0.2.0")
implementation("com.diglol.id:id:0.3.0")
```

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

allprojects {
group = "com.diglol.id"
version = "0.3.0-SNAPSHOT"
version = "0.3.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit c1249c7

Please sign in to comment.