Skip to content

Commit 8e5ce77

Browse files
committed
v1.2.0
1 parent aab292b commit 8e5ce77

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
## [1.2.0](https://github.com/facundoolano/rpg-cli/releases/tag/1.2.0) - 2024-09-24
56
### Changed
67
* Bump rust edition from 2018 -> 2021 #142
78

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.1"
3+
version = "1.2.0"
44
authors = ["facundo <facundo.olano@gmail.com>"]
55
edition = "2021"
66

README.md

Lines changed: 1 addition & 1 deletion
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.1
28+
$ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 1.2.0
2929

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

0 commit comments

Comments
 (0)