diff --git a/CHANGELOG.md b/CHANGELOG.md index 7624975..539a665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and [Rust](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution ## [Unreleased] +## [2.1.0] - 2020-08-07 + ### Added - Add template names as section headings to `.gitignore` file @@ -44,7 +46,8 @@ and [Rust](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution -[unreleased]: https://github.com/jdno/alfred-gitignore/compare/v2.0.1...HEAD +[unreleased]: https://github.com/jdno/alfred-gitignore/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/jdno/alfred-gitignore/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/jdno/alfred-gitignore/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/jdno/alfred-gitignore/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/jdno/alfred-gitignore/compare/v1.0.0...v1.1.0 diff --git a/Cargo.lock b/Cargo.lock index c64b2a0..4dc9184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "alfred-gitignore" -version = "2.0.1" +version = "2.1.0" dependencies = [ "alfred", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 882ace1..6c1c275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alfred-gitignore" -version = "2.0.1" +version = "2.1.0" license = "MIT" authors = ["Jan David "] edition = "2018"