Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Sep 18, 2024
1 parent fb1ba9d commit cf2154c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project are documented in this file, based on [Keep
## [Unreleased]


## [0.2.2] - 2024-09-18


## [0.2.1] - 2024-03-16
### Fixed
- Prevent infinite recursion by checking that trait objects implement `erased_serde::Serialize`, using the same trick
Expand All @@ -24,7 +27,8 @@ All notable changes to this project are documented in this file, based on [Keep

# References

[Unreleased]: https://github.com/Gohla/serde_flexitos/compare/release/0.2.1...HEAD
[Unreleased]: https://github.com/Gohla/serde_flexitos/compare/release/0.2.2...HEAD
[0.2.2]: https://github.com/Gohla/serde_flexitos/compare/release/0.2.1...release/0.2.2
[0.2.1]: https://github.com/Gohla/serde_flexitos/compare/release/0.2.0...release/0.2.1
[0.2.0]: https://github.com/Gohla/serde_flexitos/compare/release/0.1.0...release/0.2.0
[0.1.0]: https://github.com/Gohla/serde_flexitos/compare/...release/0.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_flexitos"
version = "0.2.1"
version = "0.2.2"
authors = ["Gabriel Konat <gabrielkonat@gmail.com>"]
edition = "2021"
description = "Flexible serialization and deserialization of trait objects with Serde"
Expand Down

0 comments on commit cf2154c

Please sign in to comment.