From 8a144a1f3bd567f9a53000aab7e0e8e3db3fa311 Mon Sep 17 00:00:00 2001 From: David Ross Date: Thu, 15 Aug 2019 01:05:56 -0700 Subject: [PATCH] Release version 0.6.0. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"