diff --git a/CHANGELOG.md b/CHANGELOG.md index 4377547..bc8161d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.5.0 + +- Added --version flag to executable to print out current version. + +## 0.4.0 + +- Automatic release builds uploaded to GitHub. + + Thanks to @michallepicki. + ## 0.3.0 - Improve error reporting diff --git a/Cargo.lock b/Cargo.lock index 14c8372..a54faed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "templates" -version = "0.4.0" +version = "0.5.0" dependencies = [ "atty", "codespan-reporting", diff --git a/Cargo.toml b/Cargo.toml index d6dd1bc..8cc5c3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "templates" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html