Skip to content

Commit

Permalink
🏷️ Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryBlokHed committed Sep 1, 2021
1 parent ef4a93c commit 295107e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1] - September 1, 2021

### Fixed

- Fixed an old documentation link in the Cargo.toml

## [0.7.0] - September 1, 2021

### Added
Expand Down Expand Up @@ -188,7 +194,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.7.0...HEAD
[unreleased]: https://github.com/MysteryBlokHed/databind/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/MysteryBlokHed/databind/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/MysteryBlokHed/databind/compare/v0.6.4...v0.7.0
[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
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.7.0"
version = "0.7.1"
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.7.0'
release = '0.7.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/cli/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use std::env;
pub(crate) fn get_app<'a, 'b>() -> App<'a, 'b> {
App::new("Databind")
.setting(clap::AppSettings::SubcommandsNegateReqs)
.version("0.7.0")
.version("0.7.1")
.author("Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>")
.about("Expand the functionality of Minecraft Datapacks.")
.arg(
Expand Down

0 comments on commit 295107e

Please sign in to comment.