services-flake/CHANGELOG.md

27 lines
691 B
Markdown
Raw Normal View History

2024-03-06 04:08:00 +03:00
# Changelog for services-flake
## Unreleased
### Feat
- **postgres**: add connectionURI option (#143)
- add pre-commit-hooks.nix, enforcing conventional commits
### Fix
- **postgres**: empty `socketDir` by default (#160)
- **mysql**: look for `*.sql` files in the top-level schema directory (#154)
- **template**: Was broken in previous PR merge
### Refactor
- **deprecation**: replace types.string with types.str
- 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)
2024-03-06 04:08:00 +03:00
## 0.1.0 (Mar 6, 2024)
- Initial release