File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
- - ` String.replace(vararg oldToNewValues: Pair<String, String>): String `
8
- - ` String.remove(vararg values: String): String `
9
-
10
7
### Changed
11
8
12
9
### Deprecated
17
14
18
15
### Updated
19
16
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
+
20
26
- ` com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.20 `
21
27
- ` org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.7.10 `
22
28
Original file line number Diff line number Diff line change 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 )
2
2
[ ![ 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/ )
3
3
[ ![ 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/ )
4
4
You can’t perform that action at this time.
0 commit comments