Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit f528afc

Browse files
chore(merde): release v10.0.1
1 parent 6a86b8c commit f528afc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merde/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [10.0.1](https://github.com/bearcove/merde/compare/merde-v10.0.0...merde-v10.0.1) - 2025-01-28
11+
12+
### Other
13+
14+
- Allow empty structs
15+
1016
## [10.0.0](https://github.com/bearcove/merde/compare/merde-v9.0.1...merde-v10.0.0) - 2024-12-04
1117

1218
### Other

merde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "merde"
3-
version = "10.0.0"
3+
version = "10.0.1"
44
edition = "2021"
55
authors = ["Amos Wenger <[email protected]>"]
66
description = "Serialize and deserialize with declarative macros"

0 commit comments

Comments
 (0)