Skip to content

Commit 3d81765

Browse files
committed
Publish 0.1.0-alpha.8
1 parent 978e0c4 commit 3d81765

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

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

55
### Added
66

7-
- `String.replace(vararg oldToNewValues: Pair<String, String>): String`
8-
- `String.remove(vararg values: String): String`
9-
107
### Changed
118

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

1815
### Updated
1916

17+
## [0.1.0-alpha.8] - 2022-07-10
18+
19+
### Added
20+
21+
- `String.replace(vararg oldToNewValues: Pair<String, String>): String`
22+
- `String.remove(vararg values: String): String`
23+
24+
### Updated
25+
2026
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.20`
2127
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.7.10`
2228

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.6.21-blueviolet?logo=kotlin&logoColor=white)
1+
![Kotlin version](https://img.shields.io/badge/kotlin-1.7.10-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)