From feeda62cf50af9171be4a3a33d5c30b78c88bece Mon Sep 17 00:00:00 2001 From: Adam Thompson-Sharpe Date: Thu, 19 Aug 2021 19:13:29 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Release=200.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/conf.py | 2 +- src/cli.rs | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4149c36..d89d823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.4] - August 19, 2021 + ### Fixed - Fix the `sbop` keyword not outputting valid code @@ -171,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Shorthand for testing variables in `if` commands - Configuration options -[unreleased]: https://github.com/MysteryBlokHed/databind/compare/v0.6.3...HEAD +[unreleased]: https://github.com/MysteryBlokHed/databind/compare/v0.6.4...HEAD +[0.6.4]: https://github.com/MysteryBlokHed/databind/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/MysteryBlokHed/databind/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MysteryBlokHed/databind/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MysteryBlokHed/databind/compare/v0.6.0...v0.6.1 diff --git a/Cargo.lock b/Cargo.lock index d758fcd..9aec95d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ dependencies = [ [[package]] name = "databind" -version = "0.6.3" +version = "0.6.4" dependencies = [ "clap", "glob", diff --git a/Cargo.toml b/Cargo.toml index 1c155d7..7ac9a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.6.3" +version = "0.6.4" name = "databind" authors = ["Adam Thompson-Sharpe "] edition = "2018" diff --git a/docs/conf.py b/docs/conf.py index 4cf2d99..fea08e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'Adam Thompson-Sharpe' # The full version, including alpha/beta/rc tags -release = '0.6.3' +release = '0.6.4' # -- General configuration --------------------------------------------------- diff --git a/src/cli.rs b/src/cli.rs index eaa9b04..a297817 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -21,7 +21,7 @@ use clap::{App, Arg, SubCommand}; pub fn get_app<'a, 'b>() -> App<'a, 'b> { App::new("Databind") .setting(clap::AppSettings::SubcommandsNegateReqs) - .version("0.6.3") + .version("0.6.4") .author("Adam Thompson-Sharpe ") .about("Expand the functionality of Minecraft Datapacks.") .arg(