Skip to content

Commit

Permalink
chore(version): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Mar 30, 2024
1 parent 7484c4c commit e446a19
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.2.2](https://github.com/justinrubek/annapurna/compare/0.2.1..0.2.2) - 2024-03-30
#### Continuous Integration
- **(github/actions)** add write permissions to release action - ([7484c4c](https://github.com/justinrubek/annapurna/commit/7484c4cd45ff45139df7801dabc0d1787ac55609)) - [@justinrubek](https://github.com/justinrubek)

- - -

## [0.2.1](https://github.com/justinrubek/annapurna/compare/0.2.0..0.2.1) - 2024-03-30
#### Bug Fixes
- **(web)** properly link service worker from pages other than the root index - ([000d8cf](https://github.com/justinrubek/annapurna/commit/000d8cf0574e70084b0664b8d6497f39fad77d02)) - [@justinrubek](https://github.com/justinrubek)
Expand Down
18 changes: 9 additions & 9 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 @@ -7,7 +7,7 @@ edition = "2021"
homepage = "https://github.com/justinrubek/annapurna"
license = "MIT"
repository = "https://github.com/justinrubek/annapurna"
version = "0.2.1"
version = "0.2.2"

[workspace.dependencies]
anyhow = "1.0.68"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "annapurna"
edition = "2021"
version = "0.2.1"
version = "0.2.2"

[dependencies]
async-watcher = "0.2.0"
Expand Down

0 comments on commit e446a19

Please sign in to comment.