We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b068a6 commit 8d64a96Copy full SHA for 8d64a96
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Changelog for services-flake
2
3
-## Unreleased
+## 0.2.0 (Apr 30, 2024)
4
5
### Feat
6
7
+- **mysql**: allow configuring socketDir on mysql. if not provided, uses dataDir as default. solves #171
8
- **dev**: add `just changelog` (#162)
9
- **postgres**: add connectionURI option (#143)
10
- add pre-commit-hooks.nix, enforcing conventional commits
@@ -25,7 +26,6 @@
25
26
- writeShellScriptBin -> writeShellApplication (#155)
27
- **postgres**: replace string argument with attrset for `connectionURI` (#146)
28
- **example**: remove unused pg2 service (#142)
-- overlays for packages in test flake (#120)
29
30
## 0.1.0 (Mar 6, 2024)
31
0 commit comments