From b3092e759896ec038e6b42ee2310036fedcde41f Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Dec 2025 15:38:31 +0100 Subject: Release version 0.1.0 This is the first release of the Sia server. It is the Minimal Viable Product (MVP). --- CHANGELOG.md | 3 ++- 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') -- cgit v1.2.3-70-g09d2