Skip to content

Commit

Permalink
docs: update changelog for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Sep 10, 2022
1 parent 336b9d8 commit 30a4159
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This change

## [Unreleased]

## [0.5.2] - 2022-09-10
- Added iosSimulatorArm64 target ([#77][i77])

## [0.5.1] - 2022-04-21
- Fixed metadata, enabling all targets to be properly fetched

Expand Down Expand Up @@ -88,7 +91,7 @@ MsgPack.default.encodeToByteArray(...)
- `MsgPackDynamicSerializer` as placeholder for future [contextual serializer](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serializers.md#contextual-serialization)
- Full implementation of msgpack spec excluding extension types and bin format family

[Unreleased]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.5.1...main
[Unreleased]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.5.2...main
[0.2.0]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.1.0...0.2.0
[0.2.1]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.2.0...0.2.1
[0.3.0]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.2.1...0.3.0
Expand All @@ -99,6 +102,7 @@ MsgPack.default.encodeToByteArray(...)
[0.4.4]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.4.3...0.4.4
[0.5.0]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.4.4...0.5.0
[0.5.1]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.5.0...0.5.1
[0.5.2]: https://github.com/esensar/kotlinx-serialization-msgpack/compare/0.5.1...0.5.2
[i6]: https://github.com/esensar/kotlinx-serialization-msgpack/issues/6
[i9]: https://github.com/esensar/kotlinx-serialization-msgpack/issues/9
[i10]: https://github.com/esensar/kotlinx-serialization-msgpack/issues/10
Expand All @@ -116,4 +120,5 @@ MsgPack.default.encodeToByteArray(...)
[i60]: https://github.com/esensar/kotlinx-serialization-msgpack/issues/60
[i63]: https://github.com/esensar/kotlinx-serialization-msgpack/issues/63
[i69]: https://github.com/esensar/kotlinx-serialization-msgpack/issues/69
[i77]: https://github.com/esensar/kotlinx-serialization-msgpack/issues/77
[p40]: https://github.com/esensar/kotlinx-serialization-msgpack/pull/40

0 comments on commit 30a4159

Please sign in to comment.