Skip to content

Commit 21b1be6

Browse files
Release v0.2.0
1 parent fc1370f commit 21b1be6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/trussed-dev/serde-indexed/compare/0.1.1...HEAD
5+
[Unreleased]: https://github.com/trussed-dev/serde-indexed/compare/0.2.0...HEAD
6+
7+
-
8+
9+
## [v0.2.0][] (2025-06-05)
10+
11+
[v0.2.0]: https://github.com/trussed-dev/serde-indexed/compare/0.1.1...0.2.0
612

713
- Add support for `#[serde(with)]` ([#16][])
814
- Add support for `#[serde(skip)]` ([#14][])

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde-indexed"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Nicolas Stalder <[email protected]>", "The Trussed Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = "Derivation of Serialize and Deserialize that replaces struct keys with numerical indices."

0 commit comments

Comments
 (0)