diff options
| author | xengineering <me@xengineering.eu> | 2025-12-20 15:38:31 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-12-20 15:38:31 +0100 |
| commit | b3092e759896ec038e6b42ee2310036fedcde41f (patch) | |
| tree | ea62714092ae1cfbbe2cc871b1be0b05b1869de4 | |
| parent | 15a634093351f91b7bbaa68ccd9d0a2965eab6d1 (diff) | |
| download | sia-server-93f5b30d63835a543cadf7ca6b69db55557df5be.tar sia-server-93f5b30d63835a543cadf7ca6b69db55557df5be.tar.zst sia-server-93f5b30d63835a543cadf7ca6b69db55557df5be.zip | |
This is the first release of the Sia server. It is the Minimal Viable
Product (MVP).
| -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') |
