Skip to content

Commit 5fe8822

Browse files
chore(master): release 0.3.14
1 parent d1c62bf commit 5fe8822

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
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.3.13"
2+
".": "0.3.14"
33
}

CHANGELOG.md

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

3+
## [0.3.14](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/compare/v0.3.13...v0.3.14) (2026-03-06)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps:** update all non-major action updates ([#235](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/235)) ([99638b8](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/99638b8e9f926be0151402da851ceb584eaa181b))
9+
* **deps:** update all non-major action updates ([#241](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/241)) ([8642814](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/8642814921cf1ff5cb9a7b8108b5e388a630e68c))
10+
* **deps:** update all non-major action updates ([#242](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/242)) ([f2e1373](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/f2e13735635c9fd70f6ff2486bdf521df20ee3cf))
11+
* **deps:** update all non-major action updates ([#243](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/243)) ([1a2b408](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/1a2b40881df77f97339c48a861031dc0d2de2af9))
12+
* **deps:** update all non-major action updates ([#249](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/249)) ([d1c62bf](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/d1c62bfe3f34998ecc01423b1fee0714cc6a15e3))
13+
* **deps:** update docker/dockerfile docker tag to v1.22 ([#245](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/245)) ([99587fe](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/99587fe24c6fb0596c63e8034889c2f5a651d265))
14+
* **deps:** update docker/login-action action to v4 ([#246](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/246)) ([03ca4ff](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/03ca4ffb02ae7705f7968ec0b8d4c9bd2b1fc263))
15+
* **deps:** update docker/setup-qemu-action action to v4 ([#247](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/247)) ([827998a](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/827998a0619d6cae624ca2ec62d028a6e73724ba))
16+
* **deps:** update rust crate anyhow to v1.0.102 ([#234](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/234)) ([8351b1c](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/8351b1c0256d782a9709d41690a06973589484b9))
17+
* **deps:** update rust crate tokio to v1.50.0 ([#244](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/244)) ([eb0ab73](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/eb0ab7381d82aba24e92aa7501dcdf5aa75e8164))
18+
19+
20+
### Dependencies
21+
22+
* **deps:** lock file maintenance ([#236](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/236)) ([575afd3](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/575afd309b813453a26a11cb14db526ffb50e2b4))
23+
* **deps:** lock file maintenance ([#238](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/238)) ([ad61e49](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/ad61e49f25f91c87e5f26ed40b84cd4a445fe9f6))
24+
* **deps:** lock file maintenance ([#239](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/239)) ([3c186f7](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/3c186f7957d6a6802579b43517696b4b1f2d6acd))
25+
* **deps:** lock file maintenance ([#240](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/240)) ([fa88770](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/fa887707624c4991a0f65619492289b107e28791))
26+
327
## [0.3.13](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/compare/v0.3.12...v0.3.13) (2026-02-27)
428

529

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 = "cloudflare-access-webhook-redirect"
3-
version = "0.3.13"
3+
version = "0.3.14"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)