Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 9, 2019
1 parent ed28339 commit 34143b2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.2.0
* Add a cpx file writer.
* Import genie-drs, for reading .DRS files.
* Add read/write support for .ini and HD Edition key-value language files, and read support for .dll language files.

## 0.1.0
* Initial release.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genie"
version = "0.1.0"
version = "0.2.0"
authors = ["Renée Kooi <renee@kooi.me>"]
edition = "2018"
license = "GPL-3.0"
Expand All @@ -11,8 +11,8 @@ readme = "README.md"

[dependencies]
chariot_palette = "^0.1.5"
genie-cpx = { version = "0.1.0", path = "crates/genie-cpx" }
genie-drs = { version = "0.1.0", path = "crates/genie-drs" }
genie-cpx = { version = "0.2.0", path = "crates/genie-cpx" }
genie-drs = { version = "0.1.1", path = "crates/genie-drs" }
genie-hki = { version = "0.1.0", path = "crates/genie-hki" }
genie-lang = { version = "0.1.0", path = "crates/genie-lang" }
genie-scx = { version = "1.0.0", path = "crates/genie-scx" }
Expand Down
2 changes: 1 addition & 1 deletion crates/genie-cpx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genie-cpx"
version = "0.1.0"
version = "0.2.0"
authors = ["Renée Kooi <renee@kooi.me>"]
edition = "2018"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/genie-drs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genie-drs"
version = "0.1.0"
version = "0.1.1"
authors = ["Renée Kooi <renee@kooi.me>"]
edition = "2018"
license = "GPL-3.0"
Expand Down

0 comments on commit 34143b2

Please sign in to comment.