Skip to content

Commit 75c7cbd

Browse files
committed
v0.6.0
1 parent 314cb48 commit 75c7cbd

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## [0.6.0](https://github.com/facundoolano/rpg-cli/releases/tag/0.6.0) - 2021-08-04
46
### Added
57
* Customizable classes file #76
68
* Thief class and command to select player class #77

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpg-cli"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["facundo <facundo.olano@gmail.com>"]
55
edition = "2018"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Just download the binary for your platform (linux/macOS/windows) from the [GitHu
2626
### Using Cargo
2727
Assuming you have [Rust and Cargo installed](https://doc.rust-lang.org/cargo/getting-started/installation.html#install-rust-and-cargo):
2828

29-
$ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 0.5.0
29+
$ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 0.6.0
3030

3131
The binary should be available as `rpg-cli` (assuming you have `~/.cargo/bin` in your `$PATH`).
3232

0 commit comments

Comments
 (0)