diff --git a/CHANGELOG.md b/CHANGELOG.md index aa059ad3..31edfcad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Unreleased ========== + +0.6.0 (2019-08-15) +================== + - Change `LocalRoomName`'s orientation so that north is negative and south is positive. This is a breaking change for `LocalRoomName::from_coords`, fields and add/sub implementations (#200) diff --git a/Cargo.toml b/Cargo.toml index 97d56b8e..26d9603f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screeps-game-api" -version = "0.5.0" +version = "0.6.0" authors = ["David Ross "] documentation = "https://docs.rs/screeps-game-api/" edition = "2018"