Skip to content

Commit

Permalink
Merge pull request #6 from schneems/schneems/v0.2.0
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
schneems authored May 12, 2024
2 parents 706cd5e + 7f3aa14 commit bb4ee6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.2.0 - 2024/05/12

- Introduce `try_migrate_toml_chain!`, `migrate_deserializer_chain!` and `try_migrate_deserializer_chain!` macros (https://github.com/schneems/magic_migrate/pull/5)

## 0.1.0 - 2024/01/15
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 = "magic_migrate"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "Automagically load and migrate deserialized structs to the latest version"
Expand Down

0 comments on commit bb4ee6f

Please sign in to comment.