From 216aeb4c290756af1aef7df13f0c3f2576e9007c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:24:58 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6787b..3efc303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/alphal00p/spenso/compare/v0.4.0...v0.4.1) - 2024-10-26 + +### Other + +- implement TryFrom for SmartShadowStructure + ## [0.4.0](https://github.com/alphal00p/spenso/compare/v0.2.0...v0.4.0) - 2024-10-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 6d628b5..5ea84aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1294,7 +1294,7 @@ dependencies = [ [[package]] name = "spenso" -version = "0.4.0" +version = "0.4.1" dependencies = [ "ahash", "ambassador", diff --git a/Cargo.toml b/Cargo.toml index 7de730a..cb278f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spenso" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Lucien Huber "]