diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c900f298..fabdf87819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added + +### Changed + +### Removed + +### Fixed + +## [0.8.0] - 2020-11-28 + +### Added + - New level of detail feature, letting you see all the world's terrain at any view distance. - Point and directional lights now cast realistic shadows, using shadow mapping. - Added leaf and chimney particles @@ -464,7 +475,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.7.0&to=master +[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.8.0&to=master +[0.8.0]: https://gitlab.com/veloren/veloren/compare?from=v0.7.0&to=v0.8.0 [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 diff --git a/Cargo.lock b/Cargo.lock index ac5f03837b..598567e599 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5314,7 +5314,7 @@ dependencies = [ [[package]] name = "veloren-chat-cli" -version = "0.7.0" +version = "0.8.0" dependencies = [ "tracing", "tracing-subscriber", @@ -5324,7 +5324,7 @@ dependencies = [ [[package]] name = "veloren-client" -version = "0.7.0" +version = "0.8.0" dependencies = [ "authc", "byteorder", @@ -5346,7 +5346,7 @@ dependencies = [ [[package]] name = "veloren-common" -version = "0.7.0" +version = "0.8.0" dependencies = [ "arraygen", "authc", @@ -5383,7 +5383,7 @@ dependencies = [ [[package]] name = "veloren-server" -version = "0.7.0" +version = "0.8.0" dependencies = [ "authc", "chrono", @@ -5420,7 +5420,7 @@ dependencies = [ [[package]] name = "veloren-server-cli" -version = "0.7.0" +version = "0.8.0" dependencies = [ "ansi-parser", "clap", @@ -5439,7 +5439,7 @@ dependencies = [ [[package]] name = "veloren-voxygen" -version = "0.7.0" +version = "0.8.0" dependencies = [ "backtrace", "bincode", @@ -5503,7 +5503,7 @@ dependencies = [ [[package]] name = "veloren-voxygen-anim" -version = "0.7.0" +version = "0.8.0" dependencies = [ "find_folder", "inline_tweak", @@ -5517,7 +5517,7 @@ dependencies = [ [[package]] name = "veloren-world" -version = "0.7.0" +version = "0.8.0" dependencies = [ "arr_macro", "bincode", diff --git a/chat-cli/Cargo.toml b/chat-cli/Cargo.toml index 462c15feef..95f06da02d 100644 --- a/chat-cli/Cargo.toml +++ b/chat-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-chat-cli" -version = "0.7.0" +version = "0.8.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/client/Cargo.toml b/client/Cargo.toml index 4266514fba..45618c881b 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-client" -version = "0.7.0" +version = "0.8.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/common/Cargo.toml b/common/Cargo.toml index ca7048bf63..e522c3c0aa 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-common" -version = "0.7.0" +version = "0.8.0" authors = ["Joshua Barretto ", "Maciej Ćwięka ", "Imbris "] edition = "2018" diff --git a/server-cli/Cargo.toml b/server-cli/Cargo.toml index cbb1f85c67..9c2289754b 100644 --- a/server-cli/Cargo.toml +++ b/server-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server-cli" -version = "0.7.0" +version = "0.8.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index 4a809c8d71..fda2183985 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server" -version = "0.7.0" +version = "0.8.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index 6132ebe8e7..2c7683a4e0 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Joshua Barretto ", "Imbris ", "Imbris "] edition = "2018" name = "veloren-voxygen-anim" -version = "0.7.0" +version = "0.8.0" [lib] name = "voxygen_anim" diff --git a/world/Cargo.toml b/world/Cargo.toml index a666fcf2db..5669873d15 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-world" -version = "0.7.0" +version = "0.8.0" authors = ["Joshua Barretto "] edition = "2018"