-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dev): add
just changelog
(#162)
resolves #134
- Loading branch information
1 parent
423b854
commit 8bbdc91
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
# 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) | ||
|
||
## 0.1.0 (Mar 6, 2024) | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters