Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Feb 10, 2022
1 parent e6774ea commit 899ca30
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## [1.0.1](https://github.com/facundoolano/rpg-cli/releases/tag/1.0.0) - 2022-02-10
### Fixed
* `cd --force` now applies directory side effects (status effects and heal at home) #128
* Tombstone was not generated when dead by status effect #136
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
@@ -1,6 +1,6 @@
[package]
name = "rpg-cli"
version = "1.0.0"
version = "1.0.1"
authors = ["facundo <facundo.olano@gmail.com>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,7 +25,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 1.0.0
$ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 1.0.1

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

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

#### Nixpkgs
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`.

#### Portage (Gentoo)
If you use Gentoo, you can get rpg-cli from portage:

Expand Down

0 comments on commit 899ca30

Please sign in to comment.