From 702d7c21fc9c01f0ecf93ca6658d7ce1bddb4388 Mon Sep 17 00:00:00 2001 From: Ahmed Mourad Date: Thu, 4 Mar 2021 08:28:54 +0200 Subject: [PATCH] Preparing for release 0.5.0 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0997369..fba34fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 78b5419..39702fa 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ repositories { } dependencies { - implementation "dev.ahmedmourad.bundlizer:bundlizer-core:0.4.0" + implementation "dev.ahmedmourad.bundlizer:bundlizer-core:0.5.0" } ``` diff --git a/gradle.properties b/gradle.properties index 8cb3def..ac23d11 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/