diff options
-rw-r--r-- | NEWS.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 38a6e4c..72ccb19 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.8.1](https://git.vhack.eu/soispha/flake-templates/compare/b2d6005a8c62e88d26607329ab2831d2346d010b..v0.8.1) - 2024-10-04 +#### Bug Fixes +- **(common/.envrc)** Actually use and set a shebang - ([929d616](https://git.vhack.eu/soispha/flake-templates/commit/929d61610be078007cc55da3612c3e17840dfa9c)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/init)** Correctly handle quoted values in the `replacement_file` - ([45d41c2](https://git.vhack.eu/soispha/flake-templates/commit/45d41c233e951c993745e3d11a0410202a64fed8)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/init)** Ignore the init script itself, when looking for leftover `%INIT_`s - ([1c544a1](https://git.vhack.eu/soispha/flake-templates/commit/1c544a116091153e318bded35d840617ca7208f0)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/init)** Check for not replaced `%INIT_` variables - ([9270236](https://git.vhack.eu/soispha/flake-templates/commit/9270236d5bacafe6d8247ef13a34a0d03c05f636)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/init)** Correctly quote inputted text - ([b2d6005](https://git.vhack.eu/soispha/flake-templates/commit/b2d6005a8c62e88d26607329ab2831d2346d010b)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(templates/rust/Cargo.toml)** Fix typos in `%INIT_` variables - ([1aa8818](https://git.vhack.eu/soispha/flake-templates/commit/1aa88183ae5219f269eadfb6386685a9830e2b6c)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(templates/rust/flake.nix)** Remove unneeded `input.*.follows` - ([ea941c8](https://git.vhack.eu/soispha/flake-templates/commit/ea941c84d6119fd3dbc028f9c319c632a75e40e4)) - [@bpeetz](https://git.vhack.eu/bpeetz) +#### Miscellaneous Chores +- **(build)** Regenerate - ([034f615](https://git.vhack.eu/soispha/flake-templates/commit/034f615e05915cb59f62bd3a53273cf210e669d7)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(build)** Regenerate - ([1e62086](https://git.vhack.eu/soispha/flake-templates/commit/1e62086f74fae8df13cd69e8745395828ddcebb5)) - [@bpeetz](https://git.vhack.eu/bpeetz) +#### Refactoring +- **(common/init)** Rewrite the `quotify` function in python - ([7c0de8b](https://git.vhack.eu/soispha/flake-templates/commit/7c0de8b77d1b1f0a0ea512d29781df558c664b6c)) - [@bpeetz](https://git.vhack.eu/bpeetz) + +- - - + ## [v0.8.0](https://git.vhack.eu/soispha/flake-templates/compare/7a0003aff5262172700c5a10c53d91fa4421eec4..v0.8.0) - 2024-10-04 #### Bug Fixes - **(common/flake/latex)** Remove unneeded import follow - ([6089a6b](https://git.vhack.eu/soispha/flake-templates/commit/6089a6b754b57d73f0d95fac3e8208eb3b2cc142)) - [@bpeetz](https://git.vhack.eu/bpeetz) |