mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Change the version number to 0.16
This commit is contained in:
parent
3ce82874a3
commit
35afd20b63
13
CHANGELOG.md
13
CHANGELOG.md
@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
## [0.16.0] - 2024-03-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- Esperanto translation.
|
- Esperanto translation.
|
||||||
- Complete Spanish (Spain) translation.
|
- Complete Spanish (Spain) translation.
|
||||||
- Item quantity sort in player inventory.
|
- Item quantity sort in player inventory.
|
||||||
@ -1297,7 +1307,8 @@ images) and also when using the voxel minimap view (where a medium size image is
|
|||||||
|
|
||||||
> Note: 0.1.0 was part of the legacy engine.
|
> Note: 0.1.0 was part of the legacy engine.
|
||||||
|
|
||||||
[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.15.0&to=master
|
[unreleased]: https://gitlab.com/veloren/veloren/compare?from=v0.16.0&to=master
|
||||||
|
[0.16.0]: https://gitlab.com/veloren/veloren/compare?from=v0.15.0&to=v0.16.0
|
||||||
[0.15.0]: https://gitlab.com/veloren/veloren/compare?from=v0.14.0&to=v0.15.0
|
[0.15.0]: https://gitlab.com/veloren/veloren/compare?from=v0.14.0&to=v0.15.0
|
||||||
[0.14.0]: https://gitlab.com/veloren/veloren/compare?from=v0.13.0&to=v0.14.0
|
[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.13.0]: https://gitlab.com/veloren/veloren/compare?from=v0.12.0&to=v0.13.0
|
||||||
|
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -6917,7 +6917,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-client"
|
name = "veloren-client"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-channel",
|
"async-channel",
|
||||||
"authc",
|
"authc",
|
||||||
@ -7215,7 +7215,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-server"
|
name = "veloren-server"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atomicwrites",
|
"atomicwrites",
|
||||||
"authc",
|
"authc",
|
||||||
@ -7280,7 +7280,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-server-cli"
|
name = "veloren-server-cli"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"cansi",
|
"cansi",
|
||||||
@ -7312,7 +7312,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "veloren-voxygen"
|
name = "veloren-voxygen"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assets_manager",
|
"assets_manager",
|
||||||
"backtrace",
|
"backtrace",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-client"
|
name = "veloren-client"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-server-cli"
|
name = "veloren-server-cli"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veloren-server"
|
name = "veloren-server"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Imbris <imbrisf@gma
|
|||||||
default-run = "veloren-voxygen"
|
default-run = "veloren-voxygen"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "veloren-voxygen"
|
name = "veloren-voxygen"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
# Cargo thinks it should build the voxygen binary even when a specific bench is specified for building
|
# Cargo thinks it should build the voxygen binary even when a specific bench is specified for building
|
||||||
# Uncomment below and comment out default-run if you want to avoid this
|
# Uncomment below and comment out default-run if you want to avoid this
|
||||||
# autobins = false
|
# autobins = false
|
||||||
|
Loading…
Reference in New Issue
Block a user