diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-30 17:57:13 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-30 17:57:13 +0200 |
commit | 0950d4cd08bf840410f125f3e474cd1465cc21de (patch) | |
tree | 0874965ae77ecb602e2ef5e28d869d762a968613 /NEWS.md | |
parent | fix(common/init): Only add a description when it exists (diff) | |
download | flake-templates-0950d4cd08bf840410f125f3e474cd1465cc21de.tar.gz flake-templates-0950d4cd08bf840410f125f3e474cd1465cc21de.zip |
chore(version): v0.7.3 v0.7.3
Diffstat (limited to '')
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 25d012f..4c20cae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.7.3](https://git.vhack.eu/soispha/flake-templates/compare/c87cd64616a833fda03deefdaa0623e9709cecbe..v0.7.3) - 2024-09-30 +#### Bug Fixes +- **(common/init)** Only add a description when it exists - ([c87cd64](https://git.vhack.eu/soispha/flake-templates/commit/c87cd64616a833fda03deefdaa0623e9709cecbe)) - [@bpeetz](https://git.vhack.eu/bpeetz) + +- - - + ## [v0.7.2](https://git.vhack.eu/soispha/flake-templates/compare/e02e9e8bca10da0f40d6e807808b3866da37337a..v0.7.2) - 2024-09-30 #### Bug Fixes - **(common/init)** Only build the `out` output; exclude the `man` output - ([e02e9e8](https://git.vhack.eu/soispha/flake-templates/commit/e02e9e8bca10da0f40d6e807808b3866da37337a)) - [@bpeetz](https://git.vhack.eu/bpeetz) |