Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jun 27, 2021
1 parent 9ae3ddd commit 8f58a0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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,6 +1,6 @@
[package]
name = "rpg-cli"
version = "0.4.1"
version = "0.5.0"
authors = ["facundo <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down

0 comments on commit 8f58a0a

Please sign in to comment.