Skip to content

Commit

Permalink
Prepare 2.0.0-alpha09 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Mar 4, 2024
1 parent dd0c59b commit f90e5ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

<!-- TAG_VERSION -->
[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

<!-- TAG_DEPENDENCIES -->
Expand All @@ -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

<!-- TAG_PLATFORMS -->
[badge-platform-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f90e5ea

Please sign in to comment.