diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dea291..42e6d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # CHANGELOG -## Version 2.0.0-alpha08 (2024-02-08) +## Version 2.0.0-alpha09 (2024-03-04) + - Updates `kmp-file` to `0.1.0-beta02` [[#36]][36] + - Use flag `O_CLOEXEC` when opening `gzip` file on `UNIX` [[#35]][35] + +## Version 2.0.0-alpha08 (2024-02-25) - Updates `kotlin` to `1.9.22` [[#30]][30] - Updates `atomicfu` to `0.23.2` [[#30]][30] - Updates `kmp-file` to `0.1.0-beta01` [[#30]][30] @@ -47,3 +51,5 @@ [30]: https://github.com/05nelsonm/kmp-tor-core/pull/30 [31]: https://github.com/05nelsonm/kmp-tor-core/pull/31 [33]: https://github.com/05nelsonm/kmp-tor-core/pull/33 +[35]: https://github.com/05nelsonm/kmp-tor-core/pull/35 +[36]: https://github.com/05nelsonm/kmp-tor-core/pull/36 diff --git a/README.md b/README.md index 86bb037..3814d78 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Core components for [kmp-tor][url-kmp-tor] and [kmp-tor-resource][url-kmp-tor-re for installation to the filesystem. See [kmp-tor-resource][url-kmp-tor-resource]. -[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.0--alpha08-blue.svg?style=flat +[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.0--alpha09-blue.svg?style=flat [badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat @@ -49,7 +49,7 @@ Core components for [kmp-tor][url-kmp-tor] and [kmp-tor-resource][url-kmp-tor-re [badge-immutable]: https://img.shields.io/badge/immutable-0.1.0-blue.svg?style=flat [badge-kotlincrypto-hash]: https://img.shields.io/badge/KotlinCrypto.hash-0.4.0-blue.svg?style=flat [badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.22-blue.svg?logo=kotlin -[badge-kmp-file]: https://img.shields.io/badge/kmp--file-0.1.0--beta01-blue.svg?style=flat +[badge-kmp-file]: https://img.shields.io/badge/kmp--file-0.1.0--beta02-blue.svg?style=flat [badge-platform-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat diff --git a/gradle.properties b/gradle.properties index cba8574..0e637d0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ POM_DEVELOPER_ID=05nelsonm POM_DEVELOPER_NAME=Matthew Nelson POM_DEVELOPER_URL=https://github.com/05nelsonm/ -VERSION_NAME=2.0.0-alpha09-SNAPSHOT +VERSION_NAME=2.0.0-alpha09 # 0.1.0-alpha01 = 00 01 00 11 # 0.1.0-beta01 = 00 01 00 41 # 0.1.0-rc01 = 00 01 00 71