Skip to content

Commit fe0cb75

Browse files
committed
[Gradle Release Plugin] Release version '3.2.0'.
1 parent 22eb624 commit fe0cb75

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.0] - 2025-11-10
11+
12+
### Added
13+
14+
- Added `iosX64`, `linuxX64`, `macosX64`, `mingwX64` target support.
15+
1016
## [3.1.0] - 2025-10-21
1117

1218
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maps) and open classes should be avoided.
1616

1717
```kotlin
1818
// Kotlin Serialization CSV
19-
implementation("de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:2.1.0")
19+
implementation("de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:3.2.0")
2020

2121
// Kotlin Serialization is added automatically, but can be added to force a specific version
2222
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.1.1-SNAPSHOT
1+
version=3.2.0
22
kotlin.code.style=official
33

44
# Disable generation of metadata sha256/sha512 checksum

0 commit comments

Comments
 (0)