Skip to content

Commit ddbbcbc

Browse files
authored
v0.4.1 (#62)
1 parent 16e9bde commit ddbbcbc

3 files changed

Lines changed: 14 additions & 12 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.4.1](https://github.com/facundoolano/rpg-cli/releases/tag/0.4.1) - 2021-06-14
46
### Changed
57
* Game data is now serialized to JSON to allow extending it without breaking backwards compatibility.
68

Cargo.lock

Lines changed: 11 additions & 11 deletions
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.4.0"
3+
version = "0.4.1"
44
authors = ["facundo <facundo.olano@gmail.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)