Skip to content

Commit

Permalink
🏷️ Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryBlokHed committed Aug 19, 2021
1 parent dc46f57 commit feeda62
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.6.3"
version = "0.6.4"
name = "databind"
authors = ["Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <adamthompsonsharpe@gmail.com>")
.about("Expand the functionality of Minecraft Datapacks.")
.arg(
Expand Down

0 comments on commit feeda62

Please sign in to comment.