From e960c2233bcfc3c0f6f4dee9e068d4fa9419ef20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Wed, 29 Jan 2020 15:00:07 +0100 Subject: [PATCH] Change the version number to 0.5 --- CHANGELOG.md | 12 ++++++++++-- Cargo.lock | 38 +++++++++++++++++++------------------- 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 +- world/Cargo.toml | 2 +- 9 files changed, 36 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f36758442..592334492b 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.5.0] - 2019-01-31 + +### Added + - Added new debug item - Bows give experience by projectiles having an owner - Allow cancelling chunk generation @@ -52,7 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pets now attack enemies and defend their owners - Added collars to tame wild animals - ### Changed - Controls pane in settings window now shows actual configured keys @@ -170,7 +177,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.4.0&to=master +[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.5.0&to=master +[0.0.5]: https://gitlab.com/veloren/veloren/compare?from=v0.4.0&to=v0.5.0 [0.0.4]: https://gitlab.com/veloren/veloren/compare?from=v0.3.0&to=v0.4.0 [0.0.3]: https://gitlab.com/veloren/veloren/compare?from=v0.2.0&to=v0.3.0 [0.0.2]: https://gitlab.com/veloren/veloren/compare?from=7d17f8b67a2a6d5aa00730f028cedc430fd5075a&to=v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index 052440d7f7..98b1f66043 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3179,17 +3179,17 @@ dependencies = [ [[package]] name = "veloren-chat-cli" -version = "0.4.0" +version = "0.5.0" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-client 0.4.0", - "veloren-common 0.4.0", + "veloren-client 0.5.0", + "veloren-common 0.5.0", ] [[package]] name = "veloren-client" -version = "0.4.0" +version = "0.5.0" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3199,12 +3199,12 @@ dependencies = [ "specs 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", "uvth 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "vek 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.4.0", + "veloren-common 0.5.0", ] [[package]] name = "veloren-common" -version = "0.4.0" +version = "0.5.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3235,7 +3235,7 @@ dependencies = [ [[package]] name = "veloren-server" -version = "0.4.0" +version = "0.5.0" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3255,23 +3255,23 @@ dependencies = [ "specs-idvs 0.1.0 (git+https://gitlab.com/veloren/specs-idvs.git)", "uvth 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "vek 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.4.0", - "veloren-world 0.4.0", + "veloren-common 0.5.0", + "veloren-world 0.5.0", ] [[package]] name = "veloren-server-cli" -version = "0.4.0" +version = "0.5.0" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.4.0", - "veloren-server 0.4.0", + "veloren-common 0.5.0", + "veloren-server 0.5.0", ] [[package]] name = "veloren-voxygen" -version = "0.4.0" +version = "0.5.0" dependencies = [ "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3309,17 +3309,17 @@ dependencies = [ "specs-idvs 0.1.0 (git+https://gitlab.com/veloren/specs-idvs.git)", "treeculler 0.1.0 (git+https://gitlab.com/yusdacra/treeculler.git)", "vek 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-client 0.4.0", - "veloren-common 0.4.0", - "veloren-server 0.4.0", - "veloren-world 0.4.0", + "veloren-client 0.5.0", + "veloren-common 0.5.0", + "veloren-server 0.5.0", + "veloren-world 0.5.0", "winit 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)", "winres 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "veloren-world" -version = "0.4.0" +version = "0.5.0" dependencies = [ "arr_macro 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3343,7 +3343,7 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "vek 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.4.0", + "veloren-common 0.5.0", ] [[package]] diff --git a/chat-cli/Cargo.toml b/chat-cli/Cargo.toml index 2c8c381707..e09fb1f4d3 100644 --- a/chat-cli/Cargo.toml +++ b/chat-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-chat-cli" -version = "0.4.0" +version = "0.5.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/client/Cargo.toml b/client/Cargo.toml index daa1c7b98f..a67b2db65d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-client" -version = "0.4.0" +version = "0.5.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/common/Cargo.toml b/common/Cargo.toml index 206194e0eb..f28f688c43 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-common" -version = "0.4.0" +version = "0.5.0" authors = ["Joshua Barretto ", "Maciej Ćwięka ", "Imbris "] edition = "2018" diff --git a/server-cli/Cargo.toml b/server-cli/Cargo.toml index b9d382ddcf..6473c9352e 100644 --- a/server-cli/Cargo.toml +++ b/server-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server-cli" -version = "0.4.0" +version = "0.5.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index 70620aa3de..e6e9917ad7 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server" -version = "0.4.0" +version = "0.5.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index 7ff9b457a7..db5a64754c 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-voxygen" -version = "0.4.0" +version = "0.5.0" authors = ["Joshua Barretto ", "Imbris "] edition = "2018" default-run = "veloren-voxygen" diff --git a/world/Cargo.toml b/world/Cargo.toml index 6daf8bf419..9430acc0d9 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-world" -version = "0.4.0" +version = "0.5.0" authors = ["Joshua Barretto "] edition = "2018"