Skip to content

Commit

Permalink
chore(main): release 0.9.1 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbirkisson authored Nov 29, 2024
1 parent aba8337 commit 91951c1
Show file tree
Hide file tree
Showing 5 changed files with 15 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.0"
".": "0.9.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.9.1](https://github.com/gbbirkisson/spis/compare/v0.9.0...v0.9.1) (2024-11-29)


### Bug Fixes

* add ability to fetch stock images on startup in dockerfile ([#324](https://github.com/gbbirkisson/spis/issues/324)) ([ac947d4](https://github.com/gbbirkisson/spis/commit/ac947d4d252ebdf0d77c26e27dc8389349b1f4d5))
* add fly deployment ([#325](https://github.com/gbbirkisson/spis/issues/325)) ([aba8337](https://github.com/gbbirkisson/spis/commit/aba83370f6ceb1dc7144193837487dc1076e40e0))
* **deps:** update dependency rust to v1.83.0 ([#323](https://github.com/gbbirkisson/spis/issues/323)) ([863b765](https://github.com/gbbirkisson/spis/commit/863b76504aad8ac46b444aaf22d9e096e66e85e2))
* **deps:** update nginx docker tag to v1.27.3 ([#320](https://github.com/gbbirkisson/spis/issues/320)) ([62b74ac](https://github.com/gbbirkisson/spis/commit/62b74ace36501dcae9c1fc7e6a0e52a605daf587))
* **deps:** update rust crate tracing to v0.1.41 ([#321](https://github.com/gbbirkisson/spis/issues/321)) ([8213d68](https://github.com/gbbirkisson/spis/commit/8213d6823d7b1d0e5c490cb242ec477c8051e03f))

## [0.9.0](https://github.com/gbbirkisson/spis/compare/v0.8.1...v0.9.0) (2024-11-25)


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.0"
version = "0.9.1"
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.0' # x-release-please-version
image = 'ghcr.io/gbbirkisson/spis:v0.9.1' # x-release-please-version

[env]
PORT = '8080'
Expand Down

0 comments on commit 91951c1

Please sign in to comment.