From 3d817659eac6f952c1dfa4109c1828056ffcf31a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 10 Jul 2022 21:53:37 +0000 Subject: [PATCH] Publish 0.1.0-alpha.8 --- CHANGELOG.md | 12 +++++++++--- README.md | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b829f37..2f10fdab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,6 @@ ### Added -- `String.replace(vararg oldToNewValues: Pair): String` -- `String.remove(vararg values: String): String` - ### Changed ### Deprecated @@ -17,6 +14,15 @@ ### Updated +## [0.1.0-alpha.8] - 2022-07-10 + +### Added + +- `String.replace(vararg oldToNewValues: Pair): 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` diff --git a/README.md b/README.md index 8c117a82..a0b26148 100644 --- a/README.md +++ b/README.md @@ -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/)