Skip to content

Commit 3c4bea6

Browse files
committed
Bump version to 0.13.4
1 parent d8e3089 commit 3c4bea6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.13.4 (14. 7. 2025)
2+
3+
- Do not explicitly forward lifetime arguments when calling delegated functions (https://github.com/Kobzol/rust-delegate/issues/85#)
4+
15
# 0.13.3 (25. 3. 2025)
26

37
- Add `#[const(path::to::Trait::CONST)]` attribute to delegate associated constants via a getter (implemented by @vic1707).

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.3"
4+
version = "0.13.4"
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)