diff options
author | sils <sils@sils.li> | 2024-01-19 12:48:57 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2024-01-19 12:48:57 +0100 |
commit | 705d7642c2501aa75a24021d43339ebc7f569c43 (patch) | |
tree | c124cd3f1558aed5b6b00b7214a7db3b28f73ac9 /CHANGELOG.md | |
parent | feat(flake): add formatter (diff) | |
download | nixos-server-705d7642c2501aa75a24021d43339ebc7f569c43.tar.gz nixos-server-705d7642c2501aa75a24021d43339ebc7f569c43.zip |
chore(version): v0.21.0 v0.21.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
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 |