summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2024-01-19 12:48:57 +0100
committersils <sils@sils.li>2024-01-19 12:48:57 +0100
commit705d7642c2501aa75a24021d43339ebc7f569c43 (patch)
treec124cd3f1558aed5b6b00b7214a7db3b28f73ac9
parentfeat(flake): add formatter (diff)
downloadnixos-server-0.21.0.tar.gz
nixos-server-0.21.0.zip
chore(version): v0.21.0 v0.21.0
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 044de76..65fbefb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v0.21.0 - 2024-01-19
+#### Bug Fixes
+- **(.gitignore)** exclude nix build result - (9e8635d) - sils
+- **(system/services/restic)** create /srv/snapshots if non-existent - (e5ff84a) - sils
+#### Build system
+- **(flake)** update - (3bb2573) - sils
+#### Features
+- **(flake)** add formatter - (1903592) - sils
+
+- - -
+
 ## v0.20.1 - 2024-01-17
 #### Bug Fixes
 - **(sys/services/restic)** Set the system start time to 'daily' - (3581f97) - Soispha