Skip to content

Commit f70445e

Browse files
chore(master): release 0.3.14
1 parent 1a2b408 commit f70445e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.3.14](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/compare/v0.3.13...v0.3.14) (2026-03-02)
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 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))
13+
14+
15+
### Dependencies
16+
17+
* **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))
18+
* **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))
19+
* **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))
20+
* **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))
21+
322
## [0.3.13](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/compare/v0.3.12...v0.3.13) (2026-02-27)
423

524

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)