Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 22, 2023
1 parent d0101f4 commit ac852be
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.12.0 (22. 12. 2023)
- Add new `#[newtype]` function parameter modifier ([#64](https://github.com/Kobzol/rust-delegate/pull/64)).
Implemented by [Techassi](https://github.com/Techassi)

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.11.0"
version = "0.12.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 ac852be

Please sign in to comment.