ALL: bump version to 0.0.17

master
Martin Gerhardy 2021-12-27 12:01:19 +01:00
parent 4c701fc59c
commit bb28f25904
3 changed files with 13 additions and 1 deletions

View File

@ -32,7 +32,7 @@ set(DOCKER_REGISTRY "" CACHE STRING "Docker registry")
set(ROOT_PROJECT_MAJOR_VERSION 0)
set(ROOT_PROJECT_MINOR_VERSION 0)
set(ROOT_PROJECT_MICRO_VERSION 16)
set(ROOT_PROJECT_MICRO_VERSION 17)
set(ROOT_PROJECT_PATCH_VERSION 0)
set(ROOT_PROJECT_VERSION "${ROOT_PROJECT_MAJOR_VERSION}.${ROOT_PROJECT_MINOR_VERSION}.${ROOT_PROJECT_MICRO_VERSION}.${ROOT_PROJECT_PATCH_VERSION}")
set(ROOT_PROJECT_NAME vengi)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
vengi (0.0.17.0-1) UNRELEASED; urgency=low
* General:
-- Martin Gerhardy <martin.gerhardy@gmail.com> Mon, 27 Dec 2021 12:01:08 +0100
vengi (0.0.16.0-1) unstable; urgency=low
* General:

View File

@ -2,8 +2,14 @@
A more detailed changelog can be found on [github](https://github.com/mgerhardy/engine/commits/).
Join our [Discord server](https://discord.gg/AgjCPXy).
See [the documentation](https://mgerhardy.github.io/engine/) for further details.
Known [issues](https://github.com/mgerhardy/engine/issues?q=is%3Aissue+is%3Aopen+label%3Abug).
## 0.0.17 (2021-XX-XX)
## 0.0.16 (2021-12-27)
General: