Skip to content

Commit

Permalink
Merge pull request #15 from schneems/schneems/v1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
schneems authored Dec 20, 2024
2 parents 80cbe78 + 2704615 commit 084a0f4
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

## 1.0.1

- Fix: Macro users no longer need to import `std::convert::Infallible` or `serde::de::Deserializer` (https://github.com/schneems/magic_migrate/pull/14)

## 1.0.0 - 2024/12/18
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 = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "MIT"
description = "Automagically load and migrate deserialized structs to the latest version"
Expand Down

0 comments on commit 084a0f4

Please sign in to comment.