From 8d64a960367e07f7d21fa890f77f56daabc5d8bd Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Tue, 30 Apr 2024 12:36:31 +0530 Subject: [PATCH] chore(changelog): 0.2.0 release This changelog was auto-generated using `just changelog`, this command can be accessed when inside the devShell of dev/flake.nix --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4115774..bcd5524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog for services-flake -## Unreleased +## 0.2.0 (Apr 30, 2024) ### Feat +- **mysql**: allow configuring socketDir on mysql. if not provided, uses dataDir as default. solves #171 - **dev**: add `just changelog` (#162) - **postgres**: add connectionURI option (#143) - add pre-commit-hooks.nix, enforcing conventional commits @@ -25,7 +26,6 @@ - writeShellScriptBin -> writeShellApplication (#155) - **postgres**: replace string argument with attrset for `connectionURI` (#146) - **example**: remove unused pg2 service (#142) -- overlays for packages in test flake (#120) ## 0.1.0 (Mar 6, 2024)