From 1843f29ef2a8417a926804e2ab94e2ba792bcda6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:38:14 +0200 Subject: [PATCH] chore: release (#71) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- merde/CHANGELOG.md | 6 ++++++ merde/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f46c2e..4498e1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "merde" -version = "5.0.5" +version = "5.1.0" dependencies = [ "merde_core", "merde_json", diff --git a/merde/CHANGELOG.md b/merde/CHANGELOG.md index 1a2f492..9bef985 100644 --- a/merde/CHANGELOG.md +++ b/merde/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.1.0](https://github.com/bearcove/merde/compare/merde-v5.0.5...merde-v5.1.0) - 2024-09-20 + +### Added + +- Add support for string-like enums + ## [5.0.5](https://github.com/bearcove/merde/compare/merde-v5.0.4...merde-v5.0.5) - 2024-09-17 ### Other diff --git a/merde/Cargo.toml b/merde/Cargo.toml index 4675edd..e2b2a7a 100644 --- a/merde/Cargo.toml +++ b/merde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "merde" -version = "5.0.5" +version = "5.1.0" edition = "2021" authors = ["Amos Wenger "] description = "Serialize and deserialize with declarative macros"