Skip to content

Commit 899ca30

Browse files
committed
v1.0.1
1 parent e6774ea commit 899ca30

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

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+
## [1.0.1](https://github.com/facundoolano/rpg-cli/releases/tag/1.0.0) - 2022-02-10
46
### Fixed
57
* `cd --force` now applies directory side effects (status effects and heal at home) #128
68
* Tombstone was not generated when dead by status effect #136

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 = "1.0.0"
3+
version = "1.0.1"
44
authors = ["facundo <[email protected]>"]
55
edition = "2018"
66

README.md

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

28-
$ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 1.0.0
28+
$ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 1.0.1
2929

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

@@ -40,7 +40,7 @@ You can use homebrew to install the binary on macOS::
4040

4141
#### Nixpkgs
4242
If you use Nix/NixOS you can get rpg-cli from nixpkgs, either install it by adding it to your system config, with `nix-env -i rpg-cli`/`nix profile install nixpkgs#rpg-cli` or try it in a ephemeral shell with `nix-shell -p rpg-cli`/`nix shell nixpkgs#rpg-cli`.
43-
43+
4444
#### Portage (Gentoo)
4545
If you use Gentoo, you can get rpg-cli from portage:
4646

0 commit comments

Comments
 (0)