Skip to content

Commit

Permalink
Preparing for release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedMourad0 committed Mar 4, 2021
1 parent 16c52d8 commit 702d7c2
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 @@ -33,3 +33,12 @@ _2020-12-02_

- Upgraded to Kotlin & Kotlinx.Serialization 1.4.20
- Upgraded to Kotlinx-Serialization runtime 1.0.1

0.5.0
-----

_2021-03-04_

- Fixed bug raised in PR (#4) where top-level lists don't encode their size thus producing empty lists when unbundled
- Upgraded to Kotlinx-Serialization runtime 1.1.0
- Upgraded to Kotlin 1.4.31
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ repositories {
}
dependencies {
implementation "dev.ahmedmourad.bundlizer:bundlizer-core:0.4.0"
implementation "dev.ahmedmourad.bundlizer:bundlizer-core:0.5.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
GROUP=dev.ahmedmourad.bundlizer
VERSION_NAME=0.4.0
VERSION_NAME=0.5.0
POM_DESCRIPTION=Android Bundle format support for Kotlinx Serialization.
POM_URL=https://github.com/AhmedMourad0/bundlizer/
POM_SCM_URL=https://github.com/AhmedMourad0/bundlizer/
Expand Down

0 comments on commit 702d7c2

Please sign in to comment.