diff --git a/CHANGELOG.md b/CHANGELOG.md index afd2c64c..25592bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## [0.5.0](https://github.com/facundoolano/rpg-cli/releases/tag/0.5.0) - 2021-06-26 ### Added * a `rpg reset --hard` flag to remove data files and forget information from previous plays #46 * Quest system #47 diff --git a/Cargo.lock b/Cargo.lock index 3aa4a609..1d3a5914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "rpg-cli" -version = "0.4.1" +version = "0.5.0" dependencies = [ "bincode", "clap", diff --git a/Cargo.toml b/Cargo.toml index fa630ba4..bb42db9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpg-cli" -version = "0.4.1" +version = "0.5.0" authors = ["facundo "] edition = "2018" diff --git a/README.md b/README.md index 339a06b1..380fc045 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Just download the binary for your platform (linux/macOS/windows) from the [GitHu ### Using Cargo Assuming you have [Rust and Cargo installed](https://doc.rust-lang.org/cargo/getting-started/installation.html#install-rust-and-cargo): - $ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 0.4.1 + $ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 0.5.0 The binary should be available as `rpg-cli` (assuming you have `~/.cargo/bin` in your `$PATH`).