Skip to content

Commit f5842ae

Browse files
chore(master): release 0.3.13 (#223)
Co-authored-by: automatic-release-manager[bot] <248313786+automatic-release-manager[bot]@users.noreply.github.com>
1 parent bc2b0c4 commit f5842ae

File tree

4 files changed

+30
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [0.3.13](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/compare/v0.3.12...v0.3.13) (2026-02-27)
4+
5+
6+
### Build System
7+
8+
* always run full CI tests for better auto merge renovate setup ([42e85a3](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/42e85a37db384f50ee99481f74b451af3100c600))
9+
* update trivy action version to 0.34.1 ([bc2b0c4](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/bc2b0c4b8c7e6672401ce59f2b2fe31f7d9752e7))
10+
11+
12+
### Miscellaneous
13+
14+
* **deps:** update all non-major action updates ([#227](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/227)) ([16d8489](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/16d8489c65c3fab50b7454529087915fb0f0f4d3))
15+
* **deps:** update all non-major action updates ([#229](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/229)) ([450a5f2](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/450a5f2b66f5df3eff27b6dfd046ce1e185aa124))
16+
* **deps:** update docker/build-push-action digest to 10e90e3 ([#225](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/225)) ([ed0d90a](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/ed0d90afe03896ab4fb2ff4b5fd78b3275e3f14b))
17+
* **deps:** update docker/build-push-action digest to 601a80b ([#224](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/224)) ([01044f6](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/01044f6f19bdd32fd1a20a2a393e370e95dd9d71))
18+
* **deps:** update docker/build-push-action digest to ee4ca42 ([#222](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/222)) ([4c09509](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/4c095092a4444f3bfdf0fa34ed0c8c066767f47b))
19+
* **deps:** update rust crate actix-web to v4.13.0 ([#233](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/233)) ([8a62490](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/8a62490e3131a1bf1b855b334874287b8b72cc4d))
20+
* **deps:** update to vactions-helm-update-chart-version-v1.5.0 ([#226](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/226)) ([2ccd951](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/2ccd9517eeae50a818ff2a1c9e8153abc95e9152))
21+
* **deps:** update to vworkflows-rust-auto-format-v1.1.2 ([#228](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/228)) ([b9b901d](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/b9b901d10947a9cb6896b5f1aff8f6c0e51dc36d))
22+
23+
24+
### Dependencies
25+
26+
* **deps:** lock file maintenance ([#230](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/230)) ([2d7c6fe](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/2d7c6fe95d418aafc921202ed436cd833f0f3144))
27+
* **deps:** lock file maintenance ([#231](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/231)) ([d82ce47](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/d82ce477b87b1354679fba9cd4d71c52c318dabe))
28+
* **deps:** lock file maintenance ([#232](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/issues/232)) ([57f219d](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/commit/57f219d5288c3e2ffbf1de847ac15e40a6217d16))
29+
330
## [0.3.12](https://github.com/TimSchoenle/cloudflare-access-webhook-redirect/compare/v0.3.11...v0.3.12) (2026-02-10)
431

532

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.12"
3+
version = "0.3.13"
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)