Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
In this case 1.0 does not mean "stable, will never change" it means "something changed, so we rev-d major." We will try to keep changes to a minimal disruption, but will rev major on changes.
  • Loading branch information
schneems committed Dec 18, 2024
1 parent aaea1f0 commit 86d35b1
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.0 - 2024/12/18

- Change: `TryMigrate::Error` must now be `Display` + `Debug` ()

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

0 comments on commit 86d35b1

Please sign in to comment.