Skip to content

Commit c30f0f5

Browse files
committed
Prepare v0.6.2
1 parent ee74cd9 commit c30f0f5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
### v0.x.x - 2025-xx-xx
2-
- Introduce `derive_unsafe(..)` attribute to derive any arbitrary trait (requires `derive_unsafe` feature to be enabled).
3-
- Update Rust edition: 2021 -> 2024.
4-
- Improve error messages for `len_char_max` and `len_char_min` validators.
1+
### v0.6.2 - 2025-06-30
2+
- **[FEATURE]** Introduce `derive_unsafe(..)` attribute to derive any arbitrary trait (requires `derive_unsafe` feature to be enabled).
3+
- **[FIX]** Update Rust edition: 2021 -> 2024.
4+
- **[FIX]** Improve error messages for `len_char_max` and `len_char_min` validators.
55

66
### v0.6.1 - 2025-02-09
77
- **[FIX]** Fix `derive(Deserialize)` for no_std.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nutype/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutype"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Serhii Potapov <[email protected]>"]
55
edition = "2024"
66
description = "The newtype with guarantees."
@@ -15,7 +15,7 @@ categories = ["data-structures", "rust-patterns"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
nutype_macros = { version = "0.6.1", path = "../nutype_macros" }
18+
nutype_macros = { version = "0.6.2", path = "../nutype_macros" }
1919

2020
[dev-dependencies]
2121
regex = "1.0"

nutype_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutype_macros"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2024"
55
authors = ["Serhii Potapov <[email protected]>"]
66
description = "The newtype with guarantees."

0 commit comments

Comments
 (0)