diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bab33fbb9..5540078b4a 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.12.0] - 2022-02-19 + +### Added + - Added a setting to always show health and energy bars - Added a crafting station icon to the crafting menu sidebar for items that could be crafted at a crafting station - Added a setting to disable the hotkey hints @@ -907,7 +917,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.11.0&to=master +[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.12.0&to=master +[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 [0.9.0]: https://gitlab.com/veloren/veloren/compare?from=v0.8.0&to=v0.9.0 diff --git a/Cargo.lock b/Cargo.lock index 98ccc7c20a..c1d0931e9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6165,7 +6165,7 @@ dependencies = [ [[package]] name = "veloren-client" -version = "0.11.0" +version = "0.12.0" dependencies = [ "async-channel", "authc", @@ -6428,7 +6428,7 @@ dependencies = [ [[package]] name = "veloren-server" -version = "0.11.0" +version = "0.12.0" dependencies = [ "atomicwrites", "authc", @@ -6476,7 +6476,7 @@ dependencies = [ [[package]] name = "veloren-server-cli" -version = "0.11.0" +version = "0.12.0" dependencies = [ "ansi-parser", "clap", @@ -6500,7 +6500,7 @@ dependencies = [ [[package]] name = "veloren-voxygen" -version = "0.11.0" +version = "0.12.0" dependencies = [ "assets_manager", "backtrace", diff --git a/client/Cargo.toml b/client/Cargo.toml index de940799c8..9fb7530edf 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-client" -version = "0.11.0" +version = "0.12.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/server-cli/Cargo.toml b/server-cli/Cargo.toml index 9998185a64..a5a36dd001 100644 --- a/server-cli/Cargo.toml +++ b/server-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server-cli" -version = "0.11.0" +version = "0.12.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/server/Cargo.toml b/server/Cargo.toml index eaa5e65db6..939e47404a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server" -version = "0.11.0" +version = "0.12.0" authors = ["Joshua Barretto "] edition = "2021" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index 2a10a23fb7..d0b795a70b 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Joshua Barretto ", "Imbris