Skip to content

Commit 980dce0

Browse files
authored
chore(main): release 0.9.12 (#443)
1 parent 8f5beab commit 980dce0

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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.11"
2+
".": "0.9.12"
33
}

CHANGELOG.md

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

3+
## [0.9.12](https://github.com/gbbirkisson/spis/compare/v0.9.11...v0.9.12) (2025-06-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update rust crate clap to v4.5.40 ([#442](https://github.com/gbbirkisson/spis/issues/442)) ([ce7156d](https://github.com/gbbirkisson/spis/commit/ce7156df08afa93f4a84d430171667ce299ac36d))
9+
* **deps:** update rust crate reqwest to v0.12.20 ([#444](https://github.com/gbbirkisson/spis/issues/444)) ([8f5beab](https://github.com/gbbirkisson/spis/commit/8f5beab75475e679b9b9f0dbecd768eada606a8f))
10+
311
## [0.9.11](https://github.com/gbbirkisson/spis/compare/v0.9.10...v0.9.11) (2025-06-05)
412

513

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.11"
3+
version = "0.9.12"
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.11' # x-release-please-version
5+
image = 'ghcr.io/gbbirkisson/spis:v0.9.12' # x-release-please-version
66

77
[env]
88
PORT = '8080'

0 commit comments

Comments
 (0)