Skip to content

Commit 2273b32

Browse files
committed
Prepare 2.4.0 release
1 parent 22fb1ae commit 2273b32

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## Version 2.4.0 (2025-06-11)
4+
- Updates `kotlin` to `2.1.21` [[#597]][597]
5+
- Updates `android-gradle-plugin` to `8.9.3` [[#597]][597]
6+
- Updates `kmp-tor-common` to `2.3.0` [[#597]][597] [[#600]][600]
7+
- Updates `kmp-process` to `0.3.0` [[#597]][597] [[#600]][600]
8+
- Updates `kotlincrypto.random` to `0.5.1` [[#597]][597]
9+
- Adds support for the following targets [[#599]][599]
10+
- `androidNativeArm32`
11+
- `androidNativeArm64`
12+
- `androidNativeX64`
13+
- `androidNativeX86`
14+
315
## Version 2.3.0 (2025-05-13)
416
- Updates `kmp-process` to `0.2.1` [[#590]][590]
517
- Updates `kotlinx.coroutines` to `1.10.2` [[#590]][590]
@@ -587,6 +599,9 @@
587599
[590]: https://github.com/05nelsonm/kmp-tor/pull/590
588600
[592]: https://github.com/05nelsonm/kmp-tor/pull/592
589601
[594]: https://github.com/05nelsonm/kmp-tor/pull/594
602+
[597]: https://github.com/05nelsonm/kmp-tor/pull/597
603+
[599]: https://github.com/05nelsonm/kmp-tor/pull/599
604+
[600]: https://github.com/05nelsonm/kmp-tor/pull/600
590605

591606
[kmp-tor-binary-66]: https://github.com/05nelsonm/kmp-tor-binary/issues/66
592607
[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
dependencies {
100-
implementation("io.matthewnelson.kmp-tor:runtime:2.4.0-SNAPSHOT")
100+
implementation("io.matthewnelson.kmp-tor:runtime:2.4.0")
101101
}
102102
```
103103

@@ -120,7 +120,7 @@ runtime.enqueue(
120120
See [kmp-tor-samples][url-kmp-tor-samples]
121121

122122
<!-- TAG_VERSION -->
123-
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.4.0--SNAPSHOT-5d2f68.svg?logo=torproject&style=flat&logoColor=5d2f68
123+
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.4.0-5d2f68.svg?logo=torproject&style=flat&logoColor=5d2f68
124124
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
125125

126126
<!-- TAG_DEPENDENCIES -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ POM_DEVELOPER_ID=05nelsonm
3535
POM_DEVELOPER_NAME=Matthew Nelson
3636
POM_DEVELOPER_URL=https://github.com/05nelsonm/
3737

38-
VERSION_NAME=2.4.0-SNAPSHOT
38+
VERSION_NAME=2.4.0
3939
# 0.1.0-alpha01 = 00 01 00 11
4040
# 0.1.0-beta01 = 00 01 00 21
4141
# 0.1.0-rc01 = 00 01 00 31

0 commit comments

Comments
 (0)