Skip to content

Commit

Permalink
Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Jul 1, 2024
1 parent 32ee0cc commit d9396d5
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
ALGOLIA_INDEX_NAME: 'prod_kotlin_rpc'
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
CONFIG_JSON_PRODUCT: 'kotlinx-rpc'
CONFIG_JSON_VERSION: '0.2.0'
CONFIG_JSON_VERSION: '0.2.1'

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 0.2.0
> Published 28 June 2024
# 0.2.1
> Published 1 July 2024
### Breaking changes
Release contains breaking changes, see the [migration guide](https://kotlin.github.io/kotlinx-rpc/0-2-0.html)
Expand Down Expand Up @@ -47,4 +47,4 @@ Release contains breaking changes, see the [migration guide](https://kotlin.gith
* @turansky made their first contribution in https://github.com/Kotlin/kotlinx-rpc/pull/96
* @vnikolova made their first contribution in https://github.com/Kotlin/kotlinx-rpc/pull/86

**Full Changelog**: https://github.com/Kotlin/kotlinx-rpc/compare/0.1.0...0.2.0
**Full Changelog**: https://github.com/Kotlin/kotlinx-rpc/compare/0.1.0...0.2.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ plugins {
kotlin("jvm") version "1.9.24"
kotlin("plugin.serialization") version "1.9.24"
id("com.google.devtools.ksp") version "1.9.24-1.0.20"
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.0"
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.1"
}
```
### Runtime dependencies
Expand Down Expand Up @@ -154,11 +154,11 @@ based on the project's Kotlin version:
```kotlin
plugins {
kotlin("jvm") version "1.9.24"
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.0"
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.1"
}

dependencies {
// version 0.2.0 is set by the Gradle plugin
// version 0.2.1 is set by the Gradle plugin
implementation("org.jetbrains.kotlinx:kotlinx-rpc-core")
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/kotlinx-rpc/help-versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
{"version":"0.2.0","url":"/kotlinx-rpc/0.2.0/","isCurrent":true}
{"version":"0.2.1","url":"/kotlinx-rpc/0.2.1/","isCurrent":true}
]
2 changes: 1 addition & 1 deletion docs/pages/kotlinx-rpc/rpc.tree
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
</toc-element>
<toc-element topic="versions.topic"/>
<toc-element toc-title="Migration guides">
<toc-element topic="0-2-0.topic"/>
<toc-element topic="0-2-1.topic"/>
</toc-element>
</instance-profile>
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Migration to 0.2.0" id="0-2-0">
title="Migration to 0.2.1" id="0-2-1" help-id="0-2-0">

<p>
Version <code>0.2.0</code> introduces changes that are not compatible with the previous <code>0.1.0</code> release.
Version <code>0.2.1</code> introduces changes that are not compatible with the previous <code>0.1.0</code> release.
This guide contains a full list of all incompatible changes.
</p>

Expand Down Expand Up @@ -92,7 +92,7 @@
All other artifacts will use a simplified versioning format like this:
</p>
<code-block>
org.jetbrains.kotlinx.kotlinx-rpc-core:0.2.0
org.jetbrains.kotlinx.kotlinx-rpc-core:0.2.1
</code-block>
<p>
Our gradle plugin is still capable of including proper versions of artifacts for you.
Expand All @@ -105,7 +105,7 @@

<chapter title="Repositories" id="repositories">
<p>
Version <code>0.2.0</code> is being released to the Maven Central repository instead of Space, like it was previously.
Version <code>0.2.1</code> is being released to the Maven Central repository instead of Space, like it was previously.
In your gradle build scripts (<code>build.gradle.kts</code>) you need to update the repository to ensure you consume the correct artifacts.
</p>
<p>Old configuration:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/kotlinx-rpc/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<var name="host" value="https://kotlin.github.io"/>

<!-- Library versions -->
<var name="kotlinx-rpc-version" value="0.2.0"/>
<var name="kotlinx-rpc-version" value="0.2.1"/>
<var name="kotlin-version" value="1.9.24"/>
<var name="ksp-version" value="1.9.24-1.0.20"/>
</vars>
2 changes: 1 addition & 1 deletion docs/pages/kotlinx-rpc/writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<images dir="images" web-path="images/"/>
<categories src="c.list"/>
<vars src="v.list"/>
<instance src="rpc.tree" version="0.2.0" web-path="/kotlinx-rpc/"/>
<instance src="rpc.tree" version="0.2.1" web-path="/kotlinx-rpc/"/>
</ihp>
4 changes: 2 additions & 2 deletions gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gradlePlugin {
The plugin ensures correct RPC configurations for your project, that will allow proper code generation.
Additionally, it enforces proper artifacts versions for your project, depending on your Kotlin version.
Resulting versions of the kotlinx.rpc dependencies will be 'kotlinVersion-kotlinxRpcVersion', for example '1.9.24-0.2.0', where '0.2.0' is the kotlinx.rpc version.
Resulting versions of the kotlinx.rpc dependencies will be 'kotlinVersion-kotlinxRpcVersion', for example '1.9.24-0.2.1', where '0.2.1' is the kotlinx.rpc version.
""".trimIndent()
}
}
Expand All @@ -54,7 +54,7 @@ gradlePlugin {
implementationClass = "kotlinx.rpc.RPCPlatformPlugin"
description = """
The plugin enforces proper artifacts versions for your project, depending on your Kotlin version.
Resulting versions of the kotlinx.rpc dependencies will be 'kotlinVersion-kotlinxRpcVersion', for example '1.9.24-0.2.0', where '0.2.0' is the kotlinx.rpc version.
Resulting versions of the kotlinx.rpc dependencies will be 'kotlinVersion-kotlinxRpcVersion', for example '1.9.24-0.2.1', where '0.2.1' is the kotlinx.rpc version.
""".trimIndent()
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# core library version
kotlinx-rpc = "0.2.0"
kotlinx-rpc = "0.2.1"

# kotlin
kotlin-lang = "1.9.24"
Expand Down
2 changes: 1 addition & 1 deletion samples/ktor-all-platforms-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ktor = "2.3.11"
logback = "1.5.6"
kotlinx-serialization-json = "1.6.3"
kotlinx-coroutines-core = "1.8.1"
kotlinx-rpc = "0.2.0"
kotlinx-rpc = "0.2.1"

[libraries]
# kotlin
Expand Down
2 changes: 1 addition & 1 deletion samples/ktor-android-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ktor = "2.3.11"
kotlinx-serialization-json = "1.6.1"
kotlinx-coroutines-core = "1.8.1"
logback = "1.5.6"
kotlinx-rpc = "0.2.0"
kotlinx-rpc = "0.2.1"
ksp = "1.9.24-1.0.20"

[libraries]
Expand Down
6 changes: 3 additions & 3 deletions samples/ktor-web-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ktor = "2.3.11"
kotlinx-serialization-json = "1.6.1"
kotlinx-coroutines-core = "1.8.1"
logback = "1.5.6"
krpc = "0.2.0"
kotlinx-rpc = "0.2.1"
ksp = "1.9.24-1.0.20"

[libraries]
Expand Down Expand Up @@ -53,6 +53,6 @@ kotlinx-rpc-krpc-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlinx-rpc = { id = "org.jetbrains.kotlinx.rpc.plugin", version.ref = "krpc" }
kotlinx-rpc-platform = { id = "org.jetbrains.kotlinx.rpc.platform", version.ref = "krpc" }
kotlinx-rpc = { id = "org.jetbrains.kotlinx.rpc.plugin", version.ref = "kotlinx-rpc" }
kotlinx-rpc-platform = { id = "org.jetbrains.kotlinx.rpc.platform", version.ref = "kotlinx-rpc" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
2 changes: 1 addition & 1 deletion samples/simple-ktor-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
kotlin("plugin.serialization") version "1.9.24"
id("io.ktor.plugin") version "2.3.11"
id("com.google.devtools.ksp") version "1.9.24-1.0.20"
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.0"
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.1"
}

val kotlin_version: String by project
Expand Down

0 comments on commit d9396d5

Please sign in to comment.