Skip to content

Commit edcabb2

Browse files
chore: release v0.1.0-beta.10 (#45)
## 🤖 New release * `newtype-tools-derive`: 0.1.0-beta.9 -> 0.1.0-beta.10 * `newtype-tools`: 0.1.0-beta.9 -> 0.1.0-beta.10 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `newtype-tools-derive` <blockquote> ## [0.1.0-beta.10](newtype-tools-derive-v0.1.0-beta.9...newtype-tools-derive-v0.1.0-beta.10) - 2026-04-24 ### Added - implement newtype Amount attribute + refactoring ([#47](#47)) - derive the rest of binary ops ([#44](#44)) </blockquote> ## `newtype-tools` <blockquote> ## [0.1.0-beta.10](newtype-tools-v0.1.0-beta.9...newtype-tools-v0.1.0-beta.10) - 2026-04-24 ### Added - implement newtype Amount attribute + refactoring ([#47](#47)) - derive the rest of binary ops ([#44](#44)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66c5dfa commit edcabb2

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ keywords = ["conversion", "derive", "idiom", "iterator", "newtype"]
1818
license = "MIT OR Apache-2.0"
1919
repository = "https://github.com/berestovskyy/newtype-tools"
2020
rust-version = "1.86.0"
21-
version = "0.1.0-beta.9"
21+
version = "0.1.0-beta.10"
2222

2323
[workspace.dependencies]
24-
newtype-tools-derive = { version = "0.1.0-beta.9", path = "newtype-tools-derive" }
24+
newtype-tools-derive = { version = "0.1.0-beta.10", path = "newtype-tools-derive" }
2525
proc-macro2 = "1.0.106"
2626
quote = "1.0.45"
2727
rstest = "0.26.1"

newtype-tools-derive/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0-beta.10](https://github.com/berestovskyy/newtype-tools/compare/newtype-tools-derive-v0.1.0-beta.9...newtype-tools-derive-v0.1.0-beta.10) - 2026-04-24
11+
12+
### Added
13+
14+
- implement newtype Amount attribute + refactoring ([#47](https://github.com/berestovskyy/newtype-tools/pull/47))
15+
- derive the rest of binary ops ([#44](https://github.com/berestovskyy/newtype-tools/pull/44))
16+
1017
## [0.1.0-beta.8](https://github.com/berestovskyy/newtype-tools/compare/newtype-tools-derive-v0.1.0-beta.7...newtype-tools-derive-v0.1.0-beta.8) - 2026-04-21
1118

1219
### Other

newtype-tools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0-beta.10](https://github.com/berestovskyy/newtype-tools/compare/newtype-tools-v0.1.0-beta.9...newtype-tools-v0.1.0-beta.10) - 2026-04-24
11+
12+
### Added
13+
14+
- implement newtype Amount attribute + refactoring ([#47](https://github.com/berestovskyy/newtype-tools/pull/47))
15+
- derive the rest of binary ops ([#44](https://github.com/berestovskyy/newtype-tools/pull/44))
16+
1017
## [0.1.0-beta.9](https://github.com/berestovskyy/newtype-tools/compare/newtype-tools-v0.1.0-beta.8...newtype-tools-v0.1.0-beta.9) - 2026-04-21
1118

1219
### Added

0 commit comments

Comments
 (0)