Release v0.2.0

This commit is contained in:
Robin Krahl
2025-06-06 10:13:39 +02:00
parent fc1370f179
commit 21b1be6917
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -2,7 +2,13 @@
## [Unreleased][]
[Unreleased]: https://github.com/trussed-dev/serde-indexed/compare/0.1.1...HEAD
[Unreleased]: https://github.com/trussed-dev/serde-indexed/compare/0.2.0...HEAD
-
## [v0.2.0][] (2025-06-05)
[v0.2.0]: https://github.com/trussed-dev/serde-indexed/compare/0.1.1...0.2.0
- Add support for `#[serde(with)]` ([#16][])
- Add support for `#[serde(skip)]` ([#14][])
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "serde-indexed"
version = "0.1.1"
version = "0.2.0"
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed Developers"]
license = "Apache-2.0 OR MIT"
description = "Derivation of Serialize and Deserialize that replaces struct keys with numerical indices."