Skip to content

Commit

Permalink
chore(version): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed May 17, 2024
1 parent c3559ac commit 6beef05
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.3.0"
version = "0.3.1"

[workspace.dependencies]
anyhow = "1.0.68"
Expand Down

0 comments on commit 6beef05

Please sign in to comment.