From f5bbf256cc76bbd5264087209619c2054ee5c598 Mon Sep 17 00:00:00 2001 From: Gabor Pihaj Date: Sat, 30 Sep 2023 19:19:42 +0100 Subject: [PATCH] chore(version): 0.1.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8c951..2126890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.1.1 - 2023-09-30 +#### Bug Fixes +- create the runner script outside of the workspace (#9) - (4ad3c86) - Gabor Pihaj +#### Build system +- optimise pipeline runs (#7) - (a68dcbc) - Gabor Pihaj +- fix build pipeline (#6) - (64a5943) - Gabor Pihaj +#### Refactoring +- split flake.nix into multiple files (#8) - (0b5b538) - Gabor Pihaj + +- - - + ## 0.1.0 - 2023-09-30 #### Build system - add publish release pipeline (#5) - (fbe1ae9) - Gabor Pihaj