Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jun 6, 2022
1 parent a847b87 commit b34b3a9
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 @@
# Development
# 0.7.0 (6. 6. 2022)
- Add new `#[into]` attribute for delegated function parameters. If specified, the parameter will be
converted using the `From` trait before being passed as an argument to the called function.
- Add new `#[try_from]` attribute to delegated functions. You can use it to convert the delegated
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.6.2"
version = "0.7.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 b34b3a9

Please sign in to comment.