Skip to content

Commit d494a27

Browse files
chore: release v0.4.3
1 parent b37469b commit d494a27

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.3](https://github.com/jbr/fieldwork/compare/fieldwork-v0.4.2...fieldwork-v0.4.3) - 2025-07-07
11+
12+
### Fixed
13+
14+
- address poorly-handled nested type detection
15+
- Do not auto-deref Rc, Cow, or Arc
16+
17+
### Other
18+
19+
- Merge pull request #60 from jbr/fix-deref-mut
20+
- move example higher in readme
21+
1022
## [0.4.2](https://github.com/jbr/fieldwork/compare/fieldwork-v0.4.1...fieldwork-v0.4.2) - 2025-07-03
1123

1224
### 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.2"
6+
version = "0.4.3"
77
edition = "2024"
88
description = "derivable accessors for struct fields"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)