File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.13.5] ( https://github.com/Kobzol/rust-delegate/compare/v0.13.4...v0.13.5 ) - 2025-11-17
11+
12+ ### Other
13+
14+ - Enable changelog
15+ - Merge pull request #95 from Kobzol/update-changelog
16+ - Update changelog
17+ - Install cargo-expand in publish workflow
18+ - Merge pull request #88 from JRRudy1/fields
19+ - Added ` #[field] ` example and Development section to README.md
20+ - Removed support for ` #[field(ref ...)] ` syntax in favor of ` #[field(& ...)] `
21+ - Added ` #[field] ` example to the module docs
22+ - Added standard and macro expansion tests for the ` #[field] ` attribute
23+ - Added ` cargo-expand ` installation to CI
24+ - Implemented ` #[field] ` attribute
125# Dev
226
327- Allow delegating to fields (implemented by @JRRudy1 in https://github.com/Kobzol/rust-delegate/pull/88 ).
Original file line number Diff line number Diff line change 11[package ]
22name = " delegate"
33description = " Method delegation with less boilerplate"
4- version = " 0.13.4 "
4+ version = " 0.13.5 "
55authors = [
" Godfrey Chan <[email protected] >" ,
" Jakub Beránek <[email protected] >" ]
66repository = " https://github.com/kobzol/rust-delegate"
77readme = " README.md"
You can’t perform that action at this time.
0 commit comments