From 8978fe151e171aca406751bf9c5a8fb4fa30586a Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 28 Oct 2025 22:57:34 +0100 Subject: [PATCH] bump to 0.6.0 --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b7271..1c1c30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,18 @@ Template: ## Breaking Changes - Removed Nextcloud 30, update to Nextcloud 31 then after to 32. +- Removed the `sops` module in the `default` NixOS module. Removed the `all` NixOS module. + +## New Features + +- Meilisearch configured with production environment and master key. + +## Other Changes + +- Only import hardcodedsecret module in tests. +- Better usage section in manual. +- Added new demo for minimal SelfHostBlocks setup, which is tested in CI. +- Format all files in repo and make sure they are formatted in CI. # v0.5.1 diff --git a/VERSION b/VERSION index 5d4294b..09a3acf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.6.0 \ No newline at end of file