mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Change the version number to 0.5
This commit is contained in:
parent
4f62efe2ff
commit
e960c2233b
12
CHANGELOG.md
12
CHANGELOG.md
@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
## [0.5.0] - 2019-01-31
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- Added new debug item
|
- Added new debug item
|
||||||
- Bows give experience by projectiles having an owner
|
- Bows give experience by projectiles having an owner
|
||||||
- Allow cancelling chunk generation
|
- 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
|
- Pets now attack enemies and defend their owners
|
||||||
- Added collars to tame wild animals
|
- Added collars to tame wild animals
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Controls pane in settings window now shows actual configured keys
|
- 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_
|
_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.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.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
|
[0.0.2]: https://gitlab.com/veloren/veloren/compare?from=7d17f8b67a2a6d5aa00730f028cedc430fd5075a&to=v0.2.0
|
||||||
|
38
Cargo.lock
generated
38
Cargo.lock
generated
@ -3179,17 +3179,17 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-chat-cli"
|
name = "veloren-chat-cli"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"veloren-client 0.4.0",
|
"veloren-client 0.5.0",
|
||||||
"veloren-common 0.4.0",
|
"veloren-common 0.5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-client"
|
name = "veloren-client"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"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)",
|
"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)",
|
"vek 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"veloren-common 0.4.0",
|
"veloren-common 0.5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-common"
|
name = "veloren-common"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -3235,7 +3235,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-server"
|
name = "veloren-server"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"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)",
|
"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)",
|
"vek 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"veloren-common 0.4.0",
|
"veloren-common 0.5.0",
|
||||||
"veloren-world 0.4.0",
|
"veloren-world 0.5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-server-cli"
|
name = "veloren-server-cli"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"veloren-common 0.4.0",
|
"veloren-common 0.5.0",
|
||||||
"veloren-server 0.4.0",
|
"veloren-server 0.5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-voxygen"
|
name = "veloren-voxygen"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"specs-idvs 0.1.0 (git+https://gitlab.com/veloren/specs-idvs.git)",
|
||||||
"treeculler 0.1.0 (git+https://gitlab.com/yusdacra/treeculler.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)",
|
"vek 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"veloren-client 0.4.0",
|
"veloren-client 0.5.0",
|
||||||
"veloren-common 0.4.0",
|
"veloren-common 0.5.0",
|
||||||
"veloren-server 0.4.0",
|
"veloren-server 0.5.0",
|
||||||
"veloren-world 0.4.0",
|
"veloren-world 0.5.0",
|
||||||
"winit 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"winres 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-world"
|
name = "veloren-world"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arr_macro 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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 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)",
|
"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)",
|
"vek 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"veloren-common 0.4.0",
|
"veloren-common 0.5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-chat-cli"
|
name = "veloren-chat-cli"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-client"
|
name = "veloren-client"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-common"
|
name = "veloren-common"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Maciej Ćwięka <mckol363@gmail.com>", "Imbris <imbrisf@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Maciej Ćwięka <mckol363@gmail.com>", "Imbris <imbrisf@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-server-cli"
|
name = "veloren-server-cli"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-server"
|
name = "veloren-server"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-voxygen"
|
name = "veloren-voxygen"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Imbris <imbrisf@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Imbris <imbrisf@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
default-run = "veloren-voxygen"
|
default-run = "veloren-voxygen"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-world"
|
name = "veloren-world"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user