Skip to content

Commit 58717a6

Browse files
authored
chore(main): release 0.9.9 (#423)
1 parent 34b02a8 commit 58717a6

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.8"
2+
".": "0.9.9"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.9.9](https://github.com/gbbirkisson/spis/compare/v0.9.8...v0.9.9) (2025-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update Cargo.lock ([#425](https://github.com/gbbirkisson/spis/issues/425)) ([34b02a8](https://github.com/gbbirkisson/spis/commit/34b02a8fd18a153aed61b6726484b0b1a59e2d98))
9+
* **deps:** update rust crate chrono to v0.4.41 ([#422](https://github.com/gbbirkisson/spis/issues/422)) ([ac67a05](https://github.com/gbbirkisson/spis/commit/ac67a051ab1188ed968446a99ad9215ebd9ac7fd))
10+
* **deps:** update rust crate color-eyre to v0.6.4 ([#424](https://github.com/gbbirkisson/spis/issues/424)) ([662717d](https://github.com/gbbirkisson/spis/commit/662717d42931ed6c0f00929af524be87b9facc10))
11+
312
## [0.9.8](https://github.com/gbbirkisson/spis/compare/v0.9.7...v0.9.8) (2025-04-25)
413

514

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spis"
3-
version = "0.9.8"
3+
version = "0.9.9"
44
edition = "2024"
55

66
# https://docs.rs/color-eyre/latest/color_eyre/#improving-perf-on-debug-builds

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app = 'spis'
22
primary_region = 'arn'
33

44
[build]
5-
image = 'ghcr.io/gbbirkisson/spis:v0.9.8' # x-release-please-version
5+
image = 'ghcr.io/gbbirkisson/spis:v0.9.9' # x-release-please-version
66

77
[env]
88
PORT = '8080'

0 commit comments

Comments
 (0)