chore(version): 0.1.1

This commit is contained in:
Gabor Pihaj 2023-09-30 19:19:42 +01:00
parent 4ad3c86c7a
commit f5bbf256cc
No known key found for this signature in database
GPG key ID: 369D85A32437F62D

View file

@ -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