diff options
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c10778f..4ea6554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the Sia server will be documented in this file. The format is based on [Keep a Changelog][1], and this project adheres to [Semantic Versioning][2]. -## [Unreleased][3] +## [v0.1.0][6] ### Added @@ -21,3 +21,4 @@ The format is based on [Keep a Changelog][1], and this project adheres to [3]: https://cgit.xengineering.eu/sia-server/ [4]: https://www.json.org/ [5]: https://systemd.io/ +[6]: https://cgit.xengineering.eu/sia-server/tree?h=0.1.0 diff --git a/meson.build b/meson.build index 112f184..bde4c2e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'sia-server', - version : '0.0.0-dev', + version : '0.1.0', ) subdir('configs') |
