Skip to content

Commit

Permalink
Modify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Sep 2, 2024
1 parent d36262b commit 593af68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dev
# 0.13.0 (2. 9. 2024)

- Generalize match arms handling. You can now combine a match expression target with annotations like `#[into]` and
others:
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.12.0"
version = "0.13.0"
authors = ["Godfrey Chan <[email protected]>", "Jakub Beránek <[email protected]>"]
repository = "https://github.com/kobzol/rust-delegate"
readme = "README.md"
Expand Down

0 comments on commit 593af68

Please sign in to comment.