Skip to content

Commit cde7a7b

Browse files
committed
Publish 0.1.0-alpha.14
1 parent a863d06 commit cde7a7b

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
### Added
66

7-
- `TreeNode` data structure
8-
- `String.removeIf`
9-
107
### Changed
118

129
### Deprecated
@@ -17,6 +14,15 @@
1714

1815
### Updated
1916

17+
## [0.1.0-alpha.14] - 2023-06-02
18+
19+
### Added
20+
21+
- `TreeNode` data structure
22+
- `String.removeIf`
23+
24+
### Updated
25+
2026
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.24`
2127
- `gradle -> 8.1.1`
2228

@@ -190,7 +196,9 @@
190196
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.8`
191197
- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.8.0`
192198

193-
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.13...HEAD
199+
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.14...HEAD
200+
201+
[0.1.0-alpha.14]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.13...0.1.0-alpha.14
194202

195203
[0.1.0-alpha.13]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.12...0.1.0-alpha.13
196204

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Kotlin version](https://img.shields.io/badge/kotlin-1.8.20-blueviolet?logo=kotlin&logoColor=white)
1+
![Kotlin version](https://img.shields.io/badge/kotlin-1.8.21-blueviolet?logo=kotlin&logoColor=white)
22
[![MavenCentral](https://img.shields.io/maven-central/v/com.javiersc.kotlin/kotlin-stdlib?label=MavenCentral)](https://repo1.maven.org/maven2/com/javiersc/kotlin/kotlin-stdlib/)
33
[![Snapshot](https://img.shields.io/nexus/s/com.javiersc.kotlin/kotlin-stdlib?server=https%3A%2F%2Foss.sonatype.org%2F&label=Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/com/javiersc/kotlin/kotlin-stdlib/)
44

0 commit comments

Comments
 (0)