Skip to content

Commit

Permalink
Prepare for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Dec 20, 2024
1 parent 20b7b73 commit 811d3d8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v0.x.x - 2025-xx-xx

* Placeholder

### v0.5.1 - 2024-12-20

* **[FEATURE]** In `no_std` generate implementation of `::core::error::Error` if Rust version is 1.81 or higher.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/no_std_example/Cargo.lock

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

4 changes: 2 additions & 2 deletions nutype/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nutype"
version = "0.5.0"
version = "0.5.1"
authors = ["Serhii Potapov <[email protected]>"]
edition = "2021"
description = "The newtype with guarantees."
Expand All @@ -15,7 +15,7 @@ categories = ["data-structures", "rust-patterns"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nutype_macros = { version = "0.5.0", path = "../nutype_macros" }
nutype_macros = { version = "0.5.1", path = "../nutype_macros" }

[dev-dependencies]
regex = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion nutype_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nutype_macros"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Serhii Potapov <[email protected]>"]
description = "The newtype with guarantees."
Expand Down

0 comments on commit 811d3d8

Please sign in to comment.