diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc3b3c7..9c813e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Unreleased +## [0.4.0](https://github.com/facundoolano/rpg-cli/releases/tag/0.4.0) - 2021-06-05 ### Added * This Changelog * `rpg cd -f` sets the hero location without initiating battles, intended for custom shell integrations @@ -15,7 +16,7 @@ * --shop,-s renamed to buy,b and --inventory,-i renamed to use,u f737a81 * Removed most empty lines from output. -## [0.3.0](https://github.com/facundoolano/rpg-cli/releases/tag/0.2.0) - 2021-05-28 +## [0.3.0](https://github.com/facundoolano/rpg-cli/releases/tag/0.3.0) - 2021-05-28 ### Added * Binary upload from travis on GitHub releases #36 * Experimental support for windows #35 diff --git a/Cargo.lock b/Cargo.lock index 909c7364..0caf8700 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "rpg-cli" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bincode", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8d82d21b..9cbc2430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpg-cli" -version = "0.3.0" +version = "0.4.0" authors = ["facundo "] edition = "2018"