From ed68bff135a80546dfc545230c1af6aba983395a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Fri, 14 Aug 2020 12:25:43 +0200 Subject: [PATCH] Change the version number to 0.7 --- CHANGELOG.md | 11 ++++++++++- Cargo.lock | 16 ++++++++-------- chat-cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- common/Cargo.toml | 2 +- server-cli/Cargo.toml | 2 +- server/Cargo.toml | 2 +- voxygen/Cargo.toml | 2 +- voxygen/src/anim/Cargo.toml | 2 +- world/Cargo.toml | 2 +- 10 files changed, 26 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc011fbb4e..1dbacfb7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +## [0.7.0] - 2020-08-15 + +### Added + - Display item name over loot/dropped items - Added Lottery system for loot - Added context-sensitive crosshair @@ -356,7 +364,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _0.1.0 was part of the legacy engine_ -[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.6.0&to=master +[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.7.0&to=master +[0.7.0]: https://gitlab.com/veloren/veloren/compare?from=v0.6.0&to=v0.7.0 [0.6.0]: https://gitlab.com/veloren/veloren/compare?from=v0.5.0&to=v0.6.0 [0.5.0]: https://gitlab.com/veloren/veloren/compare?from=v0.4.0&to=v0.5.0 [0.4.0]: https://gitlab.com/veloren/veloren/compare?from=v0.3.0&to=v0.4.0 diff --git a/Cargo.lock b/Cargo.lock index 85c184d99b..85274aa25a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4610,7 +4610,7 @@ dependencies = [ [[package]] name = "veloren-chat-cli" -version = "0.6.0" +version = "0.7.0" dependencies = [ "tracing", "tracing-subscriber", @@ -4620,7 +4620,7 @@ dependencies = [ [[package]] name = "veloren-client" -version = "0.6.0" +version = "0.7.0" dependencies = [ "authc", "byteorder 1.3.4", @@ -4640,7 +4640,7 @@ dependencies = [ [[package]] name = "veloren-common" -version = "0.6.0" +version = "0.7.0" dependencies = [ "arraygen", "authc", @@ -4670,7 +4670,7 @@ dependencies = [ [[package]] name = "veloren-server" -version = "0.6.0" +version = "0.7.0" dependencies = [ "authc", "chrono", @@ -4704,7 +4704,7 @@ dependencies = [ [[package]] name = "veloren-server-cli" -version = "0.6.0" +version = "0.7.0" dependencies = [ "tracing", "tracing-subscriber", @@ -4714,7 +4714,7 @@ dependencies = [ [[package]] name = "veloren-voxygen" -version = "0.6.0" +version = "0.7.0" dependencies = [ "backtrace", "bincode", @@ -4769,7 +4769,7 @@ dependencies = [ [[package]] name = "veloren-voxygen-anim" -version = "0.6.0" +version = "0.7.0" dependencies = [ "find_folder", "lazy_static", @@ -4782,7 +4782,7 @@ dependencies = [ [[package]] name = "veloren-world" -version = "0.6.0" +version = "0.7.0" dependencies = [ "arr_macro", "bincode", diff --git a/chat-cli/Cargo.toml b/chat-cli/Cargo.toml index 20acca2c87..462c15feef 100644 --- a/chat-cli/Cargo.toml +++ b/chat-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-chat-cli" -version = "0.6.0" +version = "0.7.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/client/Cargo.toml b/client/Cargo.toml index f261430b4e..a78c32154e 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-client" -version = "0.6.0" +version = "0.7.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/common/Cargo.toml b/common/Cargo.toml index 60e7bc534c..9dd2828065 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-common" -version = "0.6.0" +version = "0.7.0" authors = ["Joshua Barretto ", "Maciej Ćwięka ", "Imbris "] edition = "2018" diff --git a/server-cli/Cargo.toml b/server-cli/Cargo.toml index 96d761b3e3..93ab4b095b 100644 --- a/server-cli/Cargo.toml +++ b/server-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server-cli" -version = "0.6.0" +version = "0.7.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index 39d343e695..25fe6ba4db 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server" -version = "0.6.0" +version = "0.7.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index 937e894ffb..a5d55b2c5f 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-voxygen" -version = "0.6.0" +version = "0.7.0" authors = ["Joshua Barretto ", "Imbris "] edition = "2018" default-run = "veloren-voxygen" diff --git a/voxygen/src/anim/Cargo.toml b/voxygen/src/anim/Cargo.toml index d54f1519c9..b39fc43ac5 100644 --- a/voxygen/src/anim/Cargo.toml +++ b/voxygen/src/anim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-voxygen-anim" -version = "0.6.0" +version = "0.7.0" authors = ["Joshua Barretto ", "Imbris "] edition = "2018" diff --git a/world/Cargo.toml b/world/Cargo.toml index 238df2bc13..e2d3cb682e 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-world" -version = "0.6.0" +version = "0.7.0" authors = ["Joshua Barretto "] edition = "2018"