diff options
author | Soispha <soispha@vhack.eu> | 2023-10-01 07:22:47 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-01 07:22:47 +0200 |
commit | 20a522058251f544a422b9a528a0c4ffb0b9a95a (patch) | |
tree | 730de8b59765c3a9bdabcedf2dcd5bc4ae411485 /NEWS.md | |
parent | feat(python): Init (diff) | |
download | flake-templates-20a522058251f544a422b9a528a0c4ffb0b9a95a.tar.gz flake-templates-20a522058251f544a422b9a528a0c4ffb0b9a95a.zip |
chore(version): v0.2.0
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 9fcbc9f..9f8ffe1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.2.0 - 2023-10-01 +#### Bug Fixes +- **(.gitignore)** Ignore flake.lock files - (20afbbe) - Soispha +- **(.gitigonore)** Ignore specific files in templates - (8ab1483) - Soispha +- **(c)** Specify correct path instead of `./rust` - (ea8342a) - Soispha +- **(c/src/main.c)** Replace code with hello world - (4d96bd2) - Soispha +- **(flake)** Add missing templates - (aed90bd) - Soispha +- **(latex)** Remove state full chapter files - (45de809) - Soispha +- **(latex)** Correct some variables - (602f92e) - Soispha +- **(rust/flake.nix)** Add better interface to switch to nightly - (9b3efb4) - Soispha +- **(treewide)** Remove language servers as they are managed by neovim - (fb59bc7) - Soispha +#### Build system +- **(flake)** Update - (d5d3558) - Soispha +- **(flake)** Update - (5476359) - Soispha +#### Features +- **(c)** Init - (29db1ce) - Soispha +- **(latex)** Init - (4c368a2) - Soispha +- **(markdown)** Init - (0d16fc8) - Soispha +- **(python)** Init - (77e8740) - Soispha +#### Refactoring +- **(treewide)** Remove flake.lock files - (f10d9b6) - Soispha +#### Style +- **(treewide)** Format - (1f8a00e) - Soispha + +- - - + ## v0.1.1 - 2023-05-28 #### Bug Fixes - **(flake)** Remove templates for flake-utils system function - (00516e3) - Soispha |