Skip to content

Commit

Permalink
Prepare 2.0.0-beta01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jan 15, 2025
1 parent fe6c8c7 commit c9b4346
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## Version 2.0.0-beta01 (2025-01-15)
- Fixes Unix Domain Socket path length check [[#551]][551]
- Updates `kmp-tor-common` to `2.1.1` [[#557]][557]
- Updates `encoding` to `2.3.1` [[#557]][557]
- Updates `kmp-process` to `0.1.2` [[#557]][557]
- Updates `kotlincrypto.hash` to `0.6.0` [[#557]][557]
- Replaces use of `kotlincrypto.endians` with `kotlincrypto.bitops` [[#557]][557]
- Enables `klib` API validation [[#558]][558]

## Version 2.0.0-alpha02 (2024-12-03)
- Fixes `TorListeners.Manager` not clearing old address references in some cases
when `Action.RestartDaemon` is executed [[#549]][549]
Expand Down Expand Up @@ -503,6 +512,9 @@
[308]: https://github.com/05nelsonm/kmp-tor/pull/308
[546]: https://github.com/05nelsonm/kmp-tor/pull/546
[549]: https://github.com/05nelsonm/kmp-tor/pull/549
[551]: https://github.com/05nelsonm/kmp-tor/pull/551
[557]: https://github.com/05nelsonm/kmp-tor/pull/557
[558]: https://github.com/05nelsonm/kmp-tor/pull/558

[kmp-tor-binary-66]: https://github.com/05nelsonm/kmp-tor-binary/issues/66
[kmp-tor-binary-75]: https://github.com/05nelsonm/kmp-tor-binary/pull/75
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runtime.enqueue(
- Add runtime dependency
```kotlin
// build.gradle.kts
val vKmpTor = "2.0.0-alpha02"
val vKmpTor = "2.0.0-beta01"

dependencies {
implementation("io.matthewnelson.kmp-tor:runtime:$vKmpTor")
Expand All @@ -118,7 +118,7 @@ runtime.enqueue(
See [kmp-tor-samples][url-kmp-tor-samples]

<!-- TAG_VERSION -->
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.0--alpha02-5d2f68.svg?logo=torproject&style=flat&logoColor=5d2f68
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.0--beta01-5d2f68.svg?logo=torproject&style=flat&logoColor=5d2f68
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat

<!-- TAG_DEPENDENCIES -->
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ POM_DEVELOPER_ID=05nelsonm
POM_DEVELOPER_NAME=Matthew Nelson
POM_DEVELOPER_URL=https://github.com/05nelsonm/

VERSION_NAME=2.0.0-alpha03-SNAPSHOT
VERSION_NAME=2.0.0-beta01
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31
# 0.1.0 = 00 01 00 99
# 1.1.0 = 01 01 00 99
VERSION_CODE=02000013
VERSION_CODE=02000021

0 comments on commit c9b4346

Please sign in to comment.