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

Commit 0b227dc

Browse files
github-actions[bot]fasterthanlime
authored andcommitted
chore: release
1 parent d1377c2 commit 0b227dc

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+
## [4.0.5](https://github.com/bearcove/merde/compare/merde-v4.0.4...merde-v4.0.5) - 2024-09-14
11+
12+
### Other
13+
14+
- one more cfg-gate lacking
15+
1016
## [4.0.4](https://github.com/bearcove/merde/compare/merde-v4.0.3...merde-v4.0.4) - 2024-09-14
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 = "4.0.4"
3+
version = "4.0.5"
44
edition = "2021"
55
authors = ["Amos Wenger <[email protected]>"]
66
description = "Serialize and deserialize with declarative macros"

0 commit comments

Comments
 (0)