Browse Source

Releasing 0.2.1

index-subcmd
Vincent Prouillet 6 years ago
parent
commit
3e421fb951
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      Cargo.lock
  3. +1
    -1
      Cargo.toml

+ 1
- 1
CHANGELOG.md View File

@@ -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


+ 1
- 1
Cargo.lock View File

@@ -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)",


+ 1
- 1
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "gutenberg"
version = "0.2.0"
version = "0.2.1"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"


Loading…
Cancel
Save