File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 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 ]
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
Original file line number Diff line number Diff 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(
118118See [ 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 -->
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ POM_DEVELOPER_ID=05nelsonm
3232POM_DEVELOPER_NAME =Matthew Nelson
3333POM_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
You can’t perform that action at this time.
0 commit comments