diff --git a/CHANGELOG.md b/CHANGELOG.md index d4728197c4..441c6acde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +### Fixed + +## [0.14.0] - 2022-01-07 + +### Added + - Setting for disabling flashing lights - Spectate mode for moderators. - Currently playing music track and artist now shows in the debug menu. @@ -1074,7 +1084,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.13.0&to=master +[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.14.0&to=master +[0.14.0]: https://gitlab.com/veloren/veloren/compare?from=v0.13.0&to=v0.14.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 239b657024..814594b8b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6644,7 +6644,7 @@ dependencies = [ [[package]] name = "veloren-client" -version = "0.13.0" +version = "0.14.0" dependencies = [ "async-channel", "authc", @@ -6937,7 +6937,7 @@ dependencies = [ [[package]] name = "veloren-server" -version = "0.13.0" +version = "0.14.0" dependencies = [ "atomicwrites", "authc", @@ -7007,7 +7007,7 @@ dependencies = [ [[package]] name = "veloren-server-cli" -version = "0.13.0" +version = "0.14.0" dependencies = [ "ansi-parser", "clap 3.2.22", @@ -7031,7 +7031,7 @@ dependencies = [ [[package]] name = "veloren-voxygen" -version = "0.13.0" +version = "0.14.0" dependencies = [ "assets_manager", "backtrace", diff --git a/client/Cargo.toml b/client/Cargo.toml index c257a37a88..7a7cbb992c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-client" -version = "0.13.0" +version = "0.14.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/server-cli/Cargo.toml b/server-cli/Cargo.toml index 5dba0aa830..8be43f3141 100644 --- a/server-cli/Cargo.toml +++ b/server-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server-cli" -version = "0.13.0" +version = "0.14.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/server/Cargo.toml b/server/Cargo.toml index 330e97568d..cfb00e4369 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server" -version = "0.13.0" +version = "0.14.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index b55c50526e..f7fed4f1b2 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Joshua Barretto ", "Imbris