From e2f8ace61f2080ee221cd99e4e75c55f6aa8661e Mon Sep 17 00:00:00 2001 From: Adam Thompson-Sharpe Date: Tue, 3 Aug 2021 10:14:06 -0400 Subject: [PATCH] Release v0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- docs/conf.py | 2 +- src/cli.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 851fc21..7de5470 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ dependencies = [ [[package]] name = "databind" -version = "0.5.0" +version = "0.6.0" dependencies = [ "clap", "glob", diff --git a/Cargo.toml b/Cargo.toml index 15d31db..353f67f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -version = "0.5.0" +version = "0.6.0" name = "databind" authors = ["Adam Thompson-Sharpe "] edition = "2018" description = "Expand the functionality of Minecraft Datapacks." -documentation = "https://databind.readthedocs.io/en/v0.5.0/" +documentation = "https://databind.readthedocs.io/en/v0.6.0/" readme = "README.md" repository = "https://github.com/MysteryBlokHed/databind" license = "GPL-3.0+" diff --git a/docs/conf.py b/docs/conf.py index 64b6a43..e0eeeda 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.5.0' +release = '0.6.0' # -- General configuration --------------------------------------------------- diff --git a/src/cli.rs b/src/cli.rs index 398e1dd..5d8ad64 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.5.0") + .version("0.6.0") .author("Adam Thompson-Sharpe ") .about("Expand the functionality of Minecraft Datapacks.") .arg(