Skip to content

Commit c9b4346

Browse files
committed
Prepare 2.0.0-beta01 release
1 parent fe6c8c7 commit c9b4346

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## Version 2.0.0-beta01 (2025-01-15)
4+
- Fixes Unix Domain Socket path length check [[#551]][551]
5+
- Updates `kmp-tor-common` to `2.1.1` [[#557]][557]
6+
- Updates `encoding` to `2.3.1` [[#557]][557]
7+
- Updates `kmp-process` to `0.1.2` [[#557]][557]
8+
- Updates `kotlincrypto.hash` to `0.6.0` [[#557]][557]
9+
- Replaces use of `kotlincrypto.endians` with `kotlincrypto.bitops` [[#557]][557]
10+
- Enables `klib` API validation [[#558]][558]
11+
312
## Version 2.0.0-alpha02 (2024-12-03)
413
- Fixes `TorListeners.Manager` not clearing old address references in some cases
514
when `Action.RestartDaemon` is executed [[#549]][549]
@@ -503,6 +512,9 @@
503512
[308]: https://github.com/05nelsonm/kmp-tor/pull/308
504513
[546]: https://github.com/05nelsonm/kmp-tor/pull/546
505514
[549]: https://github.com/05nelsonm/kmp-tor/pull/549
515+
[551]: https://github.com/05nelsonm/kmp-tor/pull/551
516+
[557]: https://github.com/05nelsonm/kmp-tor/pull/557
517+
[558]: https://github.com/05nelsonm/kmp-tor/pull/558
506518

507519
[kmp-tor-binary-66]: https://github.com/05nelsonm/kmp-tor-binary/issues/66
508520
[kmp-tor-binary-75]: https://github.com/05nelsonm/kmp-tor-binary/pull/75

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runtime.enqueue(
9797
- Add runtime dependency
9898
```kotlin
9999
// build.gradle.kts
100-
val vKmpTor = "2.0.0-alpha02"
100+
val vKmpTor = "2.0.0-beta01"
101101

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

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

124124
<!-- TAG_DEPENDENCIES -->

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ POM_DEVELOPER_ID=05nelsonm
3232
POM_DEVELOPER_NAME=Matthew Nelson
3333
POM_DEVELOPER_URL=https://github.com/05nelsonm/
3434

35-
VERSION_NAME=2.0.0-alpha03-SNAPSHOT
35+
VERSION_NAME=2.0.0-beta01
3636
# 0.1.0-alpha01 = 00 01 00 11
3737
# 0.1.0-beta01 = 00 01 00 21
3838
# 0.1.0-rc01 = 00 01 00 31
3939
# 0.1.0 = 00 01 00 99
4040
# 1.1.0 = 01 01 00 99
41-
VERSION_CODE=02000013
41+
VERSION_CODE=02000021

0 commit comments

Comments
 (0)