diff --git a/CHANGELOG.md b/CHANGELOG.md index 837fc52..839f813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.2.1 (unreleased) +## 0.2.1 (2017-10-17) - Fix `base-url` argument to `gutenberg build` being called `base` - Add syntaxes: Crystal, Elixir, Kotlin diff --git a/Cargo.lock b/Cargo.lock index 0176bfa..4dec1bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "gutenberg" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1f44aa7..b072f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.2.0" +version = "0.2.1" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"