diff --git a/CHANGELOG.md b/CHANGELOG.md index 508f629..6f8b617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +- - - + +## [0.3.1](https://github.com/justinrubek/project-runner/releases/tag/0.3.1) - 2024-05-17 + +### build system +- **(nix)** update fenix - ([c3559ac](https://github.com/justinrubek/project-runner/commit/c3559ac70d91773ba86c0c01ffbf3972e061fc66)) - [@justinrubek](https://github.com/justinrubek) +- **(nix)** update bomper - ([4795f54](https://github.com/justinrubek/project-runner/commit/4795f5423ad5b5adc14f2783ac8cc53ecf60b54b)) - [@justinrubek](https://github.com/justinrubek) +- **(cargo)** cargo update - ([1fddb5f](https://github.com/justinrubek/project-runner/commit/1fddb5f77bd91d10c6cf50fabc8bdd5dbf543357)) - [@justinrubek](https://github.com/justinrubek) + +### continuous integration +- **(github/actions)** replace cocogitto with bomper - ([55e6daf](https://github.com/justinrubek/project-runner/commit/55e6dafcb5d67de4ee0a222b814e7620451aed8d)) - [@justinrubek](https://github.com/justinrubek) + - - - ## [0.3.0](https://github.com/justinrubek/project-runner/compare/d370bf8ed363d2999fcef9d18db81035ae90a5eb..0.3.0) - 2024-05-04 #### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 09bfcab..73a0cbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,7 +1524,7 @@ dependencies = [ [[package]] name = "project-base-directory" -version = "0.3.0" +version = "0.3.1" dependencies = [ "gix", "serde", @@ -1535,7 +1535,7 @@ dependencies = [ [[package]] name = "project-runner" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "project-base-directory", diff --git a/Cargo.toml b/Cargo.toml index 9185e72..395dcbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "0.3.0" +version = "0.3.1" [workspace.dependencies] anyhow = "1.0.68"