Skip to content

Commit

Permalink
Prepare 2.0.0-alpha08 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Feb 25, 2024
1 parent abdfcd2 commit e8b7c64
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# CHANGELOG

## Version 2.0.0-alpha07 (2023-02-08)
## Version 2.0.0-alpha08 (2024-02-08)
- 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]
- Removes `ProcessRunner` and associated `Process` extension functions
for jvm from the "public" API [[#31]][31]
- Reduces `minSdk` for Android to `15` [[#33]][33]

## Version 2.0.0-alpha07 (2024-02-08)
- Adds `ProcessRunner` to the "public" API for jvm [[#28]][28]
- Updates `kmp-file` to `0.1.0-alpha06`

## Version 2.0.0-alpha06 (2023-01-22)
## Version 2.0.0-alpha06 (2024-01-22)
- Updates `immutable` to `0.1.0` [[#24]][24]
- Refactor `core-resource-initializer` [[#26]][26]
- Renamed module to `core-lib-locator`
- Renamed class to `io.matthewnelson.kmp.tor.core.lib.locator.KmpTorLibLocator`

## Version 2.0.0-alpha05 (2023-01-15)
## Version 2.0.0-alpha05 (2024-01-15)
- Migrates `Immutable` implementations to `immutable` library [[#23]][23]

## Version 2.0.0-alpha04 (2023-01-03)
## Version 2.0.0-alpha04 (2024-01-03)
- Updates `kmp-file` to `0.1.0-alpha05` [[#17]][17]

## Version 2.0.0-alpha03 (2023-01-01)
## Version 2.0.0-alpha03 (2024-01-01)
- Fixes `Immutable` class implementations [[#14]][14]
- Adds `ExperimentalKmpTorApi` annotation [[#16]][16]
- Updates `kmp-file` to `0.1.0-alpha03` [[#13]][13]
Expand All @@ -36,3 +44,6 @@
[24]: https://github.com/05nelsonm/kmp-tor-core/pull/24
[26]: https://github.com/05nelsonm/kmp-tor-core/pull/26
[28]: https://github.com/05nelsonm/kmp-tor-core/pull/28
[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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ 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--alpha07-blue.svg?style=flat
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.0--alpha08-blue.svg?style=flat
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat

<!-- TAG_DEPENDENCIES -->
[badge-androidx-startup]: https://img.shields.io/badge/androidx.startup-1.1.1-6EDB8D.svg?logo=android
[badge-atomicfu]: https://img.shields.io/badge/kotlinx.atomicfu-0.23.1-blue.svg?logo=kotlin
[badge-atomicfu]: https://img.shields.io/badge/kotlinx.atomicfu-0.23.2-blue.svg?logo=kotlin
[badge-encoding]: https://img.shields.io/badge/encoding-2.1.0-blue.svg?style=flat
[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.21-blue.svg?logo=kotlin
[badge-kmp-file]: https://img.shields.io/badge/kmp--file-0.1.0--alpha06-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

<!-- 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-alpha08-SNAPSHOT
VERSION_NAME=2.0.0-alpha08
# 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 e8b7c64

Please sign in to comment.