Skip to content

Commit c3a4af3

Browse files
committed
v0.4.0
1 parent c3a37e7 commit c3a4af3

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
4+
## [0.4.0](https://github.com/facundoolano/rpg-cli/releases/tag/0.4.0) - 2021-06-05
45
### Added
56
* This Changelog
67
* `rpg cd -f` sets the hero location without initiating battles, intended for custom shell integrations
@@ -15,7 +16,7 @@
1516
* --shop,-s renamed to buy,b and --inventory,-i renamed to use,u f737a81
1617
* Removed most empty lines from output.
1718

18-
## [0.3.0](https://github.com/facundoolano/rpg-cli/releases/tag/0.2.0) - 2021-05-28
19+
## [0.3.0](https://github.com/facundoolano/rpg-cli/releases/tag/0.3.0) - 2021-05-28
1920
### Added
2021
* Binary upload from travis on GitHub releases #36
2122
* Experimental support for windows #35

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

0 commit comments

Comments
 (0)