Skip to content

Commit 0b0ccb9

Browse files
chore: release v0.4.6
1 parent 55c74f3 commit 0b0ccb9

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.6](https://github.com/jbr/fieldwork/compare/fieldwork-v0.4.5...fieldwork-v0.4.6) - 2025-07-10
11+
12+
### Added
13+
14+
- take
15+
16+
### Fixed
17+
18+
- option_set_some with borrows
19+
20+
### Other
21+
22+
- remove duplication of valid keys
23+
- fix take test
24+
- remove mod.expanded.rs
25+
- rename variable_ident to member for accuracy
26+
1027
## [0.4.5](https://github.com/jbr/fieldwork/compare/fieldwork-v0.4.4...fieldwork-v0.4.5) - 2025-07-08
1128

1229
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "docs-gen"]
33

44
[package]
55
name = "fieldwork"
6-
version = "0.4.5"
6+
version = "0.4.6"
77
edition = "2024"
88
description = "derivable accessors for struct fields"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)