Skip to content

Commit

Permalink
Publish 0.1.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 10, 2022
1 parent 978e0c4 commit 3d81765
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

### Added

- `String.replace(vararg oldToNewValues: Pair<String, String>): String`
- `String.remove(vararg values: String): String`

### Changed

### Deprecated
Expand All @@ -17,6 +14,15 @@

### Updated

## [0.1.0-alpha.8] - 2022-07-10

### Added

- `String.replace(vararg oldToNewValues: Pair<String, String>): String`
- `String.remove(vararg values: String): String`

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.20`
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.7.10`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Kotlin version](https://img.shields.io/badge/kotlin-1.6.21-blueviolet?logo=kotlin&logoColor=white)
![Kotlin version](https://img.shields.io/badge/kotlin-1.7.10-blueviolet?logo=kotlin&logoColor=white)
[![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/)
[![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/)

Expand Down

0 comments on commit 3d81765

Please sign in to comment.