From 3e421fb951ec1d86e95379935db5c530b9ccf1c8 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 17 Oct 2017 11:44:06 +0200 Subject: [PATCH] Releasing 0.2.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"