Skip to content

Commit dc65f0b

Browse files
chore: release v0.13.5
1 parent cd4a01b commit dc65f0b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "delegate"
33
description = "Method delegation with less boilerplate"
4-
version = "0.13.4"
4+
version = "0.13.5"
55
authors = ["Godfrey Chan <[email protected]>", "Jakub Beránek <[email protected]>"]
66
repository = "https://github.com/kobzol/rust-delegate"
77
readme = "README.md"

0 commit comments

Comments
 (0)