Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Sep 7, 2022
1 parent e4f2fbd commit e2880cf
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.8.0 (7. 9. 2022)
- Allow simple delegation to enum variants ([#45](https://github.com/Kobzol/rust-delegate/pull/45)).
Implemented by @gfreezy.

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.7.0"
version = "0.8.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 e2880cf

Please sign in to comment.