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 Oct 10, 2022
1 parent 9ac177c commit bb18c45
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.2.0] - 2022-10-10

### Changed

* Provide friendly api for JVM and Obj-C (#26)
* Remove superfluous bitmasking in encode (#24)
* Just need to check the last byte. (#22)
* Add `encodeToString` for `Id` (#18)

## [0.1.1] - 2022-07-17

### Fixed
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.1.1")
implementation("com.diglol.id:id:0.2.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 @@ -23,7 +23,7 @@ buildscript {

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

repositories {
mavenCentral()
Expand Down

0 comments on commit bb18c45

Please sign in to comment.