summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-24 11:48:38 +0200
committerxengineering <me@xengineering.eu>2026-05-24 11:48:38 +0200
commitd7d46df8c4d019be48f7aa0790aa8a2349e45e20 (patch)
tree51778946158398ed8e7bba3f90cf0ebb1c532f1e
parent75cf3388c095b7187dd885500e17e0880b270a79 (diff)
downloadfinserv-d7d46df8c4d019be48f7aa0790aa8a2349e45e20.tar
finserv-d7d46df8c4d019be48f7aa0790aa8a2349e45e20.tar.zst
finserv-d7d46df8c4d019be48f7aa0790aa8a2349e45e20.zip
Release version 0.1.0HEADv0.1.0main
This release allows to get started with packaging and deployment in a very early stage. All features can be added incrementally.
-rw-r--r--CHANGELOG.md23
-rw-r--r--VERSION.txt2
2 files changed, 24 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..167451f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,23 @@
+# Changelog
+
+All notable changes will be documented in this file.
+
+The format is based on [Keep a Changelog][1], and this project adheres to
+[Semantic Versioning][2].
+
+## [v0.1.0][5]
+
+### Added
+
+- server executable with a work in progress HTML page
+- `/api/version` to request server version
+- `README.md` file for basic documentation
+- `CHANGELOG.md` for change documentation
+- support for `linux/amd64`
+- [systemd][4] files for service and user management
+
+[1]: https://keepachangelog.com/en/1.0.0/
+[2]: https://semver.org/spec/v2.0.0.html
+[3]: https://cgit.xengineering.eu/finserv/
+[4]: https://systemd.io/
+[5]: https://cgit.xengineering.eu/sia-server/tree?h=0.1.0
diff --git a/VERSION.txt b/VERSION.txt
index 0d4d124..6e8bf73 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-0.1.0-dev
+0.1.0