diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0ec6c..71cee53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.2.2] - 2022-05-23 + +### Fixes + +- fix clippy warnings + +### Improvements + +- clean-up `Cargo.toml` and update dependencies +- add to `README.md` + ## [1.2.1] - 2022-04-21 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 1e1ae4a..35a65ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1576,7 +1576,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spr" -version = "1.2.1" +version = "1.2.2" dependencies = [ "async-compat", "async-executor", diff --git a/Cargo.toml b/Cargo.toml index 35cf5aa..af000ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spr" -version = "1.2.1" +version = "1.2.2" authors = ["Sven Over ", "Jozef Mokry "] description = "Submit pull requests for individual, amendable, rebaseable commits to GitHub" repository = "https://github.com/getcord/spr"