diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f0721df3..a0d7a52f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed + +### Removed + +### Fixed + +## [0.13.0] - 2022-07-23 + ### Added - Chat commands to mute and unmute players - Waypoints saved between sessions and shared with group members. @@ -992,7 +1002,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.12.0&to=master +[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.13.0&to=master +[0.13.0]: https://gitlab.com/veloren/veloren/compare?from=v0.12.0&to=v0.13.0 [0.12.0]: https://gitlab.com/veloren/veloren/compare?from=v0.11.0&to=v0.12.0 [0.11.0]: https://gitlab.com/veloren/veloren/compare?from=v0.10.0&to=v0.11.0 [0.10.0]: https://gitlab.com/veloren/veloren/compare?from=v0.9.0&to=v0.10.0 diff --git a/Cargo.lock b/Cargo.lock index a632387b23..7a0288bc1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6390,7 +6390,7 @@ dependencies = [ [[package]] name = "veloren-client" -version = "0.12.0" +version = "0.13.0" dependencies = [ "async-channel", "authc", @@ -6654,7 +6654,7 @@ dependencies = [ [[package]] name = "veloren-server" -version = "0.12.0" +version = "0.13.0" dependencies = [ "atomicwrites", "authc", @@ -6704,7 +6704,7 @@ dependencies = [ [[package]] name = "veloren-server-cli" -version = "0.12.0" +version = "0.13.0" dependencies = [ "ansi-parser", "clap 3.1.10", @@ -6728,7 +6728,7 @@ dependencies = [ [[package]] name = "veloren-voxygen" -version = "0.12.0" +version = "0.13.0" dependencies = [ "assets_manager", "backtrace", diff --git a/client/Cargo.toml b/client/Cargo.toml index b13f47393c..d0de4c59ca 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-client" -version = "0.12.0" +version = "0.13.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/server-cli/Cargo.toml b/server-cli/Cargo.toml index 3bdc9f0b65..f3e23b5841 100644 --- a/server-cli/Cargo.toml +++ b/server-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server-cli" -version = "0.12.0" +version = "0.13.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/server/Cargo.toml b/server/Cargo.toml index 3339d21792..03bf506937 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server" -version = "0.12.0" +version = "0.13.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index ddf0292050..c06c510a5c 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Joshua Barretto ", "Imbris