Skip to content

Commit

Permalink
Merge pull request #205 from greyblake/prepare-v060
Browse files Browse the repository at this point in the history
Prepare v0.6.0
  • Loading branch information
greyblake authored Feb 2, 2025
2 parents 3efaa7a + 8697b8a commit 93f4bf5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### v0.x.x - 2025-xx-xx
- **[BREAKING]** Fallible `::new()` constructor is removed (was deprecated in 0.4.3).
### v0.6.0 - 2025-02-02
- **[FEATURE]** Ability to instantiate types in `const` context, when declared with `const_fn` flag.
- **[FEATURE]** Support `derive(IntoIterator)` for inner types that implement `IntoIterator`.
- **[FIX]** Enable `&'a str` as an inner type.
- **[BREAKING]** Fallible `::new()` constructor is removed (was deprecated in 0.4.3).

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

Expand Down
4 changes: 2 additions & 2 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.1"
version = "0.6.0"
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.1", path = "../nutype_macros" }
nutype_macros = { version = "0.6.0", 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.1"
version = "0.6.0"
edition = "2021"
authors = ["Serhii Potapov <[email protected]>"]
description = "The newtype with guarantees."
Expand Down

0 comments on commit 93f4bf5

Please sign in to comment.