Skip to content

Commit

Permalink
chore(main): release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbirkisson committed Dec 23, 2024
1 parent 614142d commit 28cfab6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.9.3](https://github.com/gbbirkisson/spis/compare/v0.9.2...v0.9.3) (2024-12-23)


### Bug Fixes

* **deps:** update rust crate thiserror to v2.0.8 ([#345](https://github.com/gbbirkisson/spis/issues/345)) ([21d2bce](https://github.com/gbbirkisson/spis/commit/21d2bce2aa41adf9a514678ea56c4d7e5579adf4))
* **deps:** update rust crate thiserror to v2.0.9 ([#348](https://github.com/gbbirkisson/spis/issues/348)) ([614142d](https://github.com/gbbirkisson/spis/commit/614142dedfd664661fa39106309ea42508b7023c))
* **deps:** update rust crate which to v7.0.1 ([#347](https://github.com/gbbirkisson/spis/issues/347)) ([c1c0709](https://github.com/gbbirkisson/spis/commit/c1c0709167a775e906235194deb519151f703fae))

## [0.9.2](https://github.com/gbbirkisson/spis/compare/v0.9.1...v0.9.2) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "spis"
version = "0.9.2"
version = "0.9.3"
edition = "2021"

# https://docs.rs/color-eyre/latest/color_eyre/#improving-perf-on-debug-builds
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app = 'spis'
primary_region = 'arn'

[build]
image = 'ghcr.io/gbbirkisson/spis:v0.9.2' # x-release-please-version
image = 'ghcr.io/gbbirkisson/spis:v0.9.3' # x-release-please-version

[env]
PORT = '8080'
Expand Down

0 comments on commit 28cfab6

Please sign in to comment.