Skip to content

Commit 4172c7c

Browse files
committed
Fix CHANGELOG.md
1 parent 2ee1d9e commit 4172c7c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.10.0
1+
# 0.10.1
22
> Published 24 October 2025
33
44
### Features 🎉

docs/pages/kotlinx-rpc/topics/changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22

33
This page contains all changes throughout releases of the library.
44

5-
## 0.10.0
5+
## 0.10.1
66
> Published 24 October 2025
77
88
**Full Changelog**: [0.10.0...0.10.1](https://github.com/Kotlin/kotlinx-rpc/compare/0.10.0...0.10.1)
99

10-
#### Features 🎉 {id=Features_0_10_0}
10+
#### Features 🎉 {id=Features_0_10_1}
1111
* Expose RpcServiceDescriptor.callables by [@rnett](https://github.com/rnett) in [#516](https://github.com/Kotlin/kotlinx-rpc/pull/516)
1212
* Added watchosDeviceArm64 and watchosArm32 targets to kRPC by [@Mr3zee](https://github.com/Mr3zee) in [#513](https://github.com/Kotlin/kotlinx-rpc/pull/513)
1313

14-
#### Bug fixes 🐛 {id=Bug_fixes_0_10_0}
14+
#### Bug fixes 🐛 {id=Bug_fixes_0_10_1}
1515
* Fix one more ClosedSendChannelException by [@Mr3zee](https://github.com/Mr3zee) in [#514](https://github.com/Kotlin/kotlinx-rpc/pull/514)
1616
* Fix scope initialization on the kRPC Client by [@Mr3zee](https://github.com/Mr3zee) in [#505](https://github.com/Kotlin/kotlinx-rpc/pull/505)
1717
* Fix wording for the `perCallBufferSize` docs by [@Mr3zee](https://github.com/Mr3zee) in [#500](https://github.com/Kotlin/kotlinx-rpc/pull/500)
1818

19-
#### Infra 🚧 {id=Infra_0_10_0}
19+
#### Infra 🚧 {id=Infra_0_10_1}
2020
* Added readme safeguard by [@Mr3zee](https://github.com/Mr3zee) in [#515](https://github.com/Kotlin/kotlinx-rpc/pull/515)
2121
* Fixed kRPC compatibility tests by [@Mr3zee](https://github.com/Mr3zee) in [#518](https://github.com/Kotlin/kotlinx-rpc/pull/518)
2222
* Update compiler tests infra by [@Mr3zee](https://github.com/Mr3zee) in [#510](https://github.com/Kotlin/kotlinx-rpc/pull/510)
2323

24-
### New Contributors {id=New_Contributors_0_10_0}
24+
### New Contributors {id=New_Contributors_0_10_1}
2525
* [@rnett](https://github.com/rnett) made their first contribution in [#516](https://github.com/Kotlin/kotlinx-rpc/pull/516)
2626

2727

0 commit comments

Comments
 (0)