Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 4, 2023
1 parent 77cda89 commit e19bbe7
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.11.0 (4. 12. 2023)
- Allow delegating an associated function (not just a method).
```rust
struct A {}
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.10.0"
version = "0.11.0"
authors = ["Godfrey Chan <godfreykfc@gmail.com>", "Jakub Beránek <berykubik@gmail.com>"]
repository = "https://github.com/kobzol/rust-delegate"
readme = "README.md"
Expand Down

0 comments on commit e19bbe7

Please sign in to comment.