Skip to content

Commit

Permalink
Merge pull request #223 from rustyscreeps/release-0.6.0
Browse files Browse the repository at this point in the history
Release version 0.6.0.
  • Loading branch information
daboross authored Aug 15, 2019
2 parents ba94980 + 8a144a1 commit 4a2b7af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screeps-game-api"
version = "0.5.0"
version = "0.6.0"
authors = ["David Ross <[email protected]>"]
documentation = "https://docs.rs/screeps-game-api/"
edition = "2018"
Expand Down

0 comments on commit 4a2b7af

Please sign in to comment.