Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Dev
# Changelog

- Allow delegating to fields (implemented by @JRRudy1 in https://github.com/Kobzol/rust-delegate/pull/88).
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.13.5](https://github.com/Kobzol/rust-delegate/compare/v0.13.4...v0.13.5) - 2025-11-17

### New features

- Implement support for delegating to fields (#88 from JRRudy1).

### Internal

- Start using [release-plz](https://release-plz.dev/) for releases, together with crates.io Trusted Publishing.

# 0.13.4 (14. 7. 2025)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "delegate"
description = "Method delegation with less boilerplate"
version = "0.13.4"
version = "0.13.5"
authors = ["Godfrey Chan <[email protected]>", "Jakub Beránek <[email protected]>"]
repository = "https://github.com/kobzol/rust-delegate"
readme = "README.md"
Expand Down
Loading