From cfb0308041ad06c9f40209b4ed021ce16a68f489 Mon Sep 17 00:00:00 2001 From: RobinGru Date: Fri, 7 Aug 2026 10:32:01 +0200 Subject: [PATCH] Prepare v1.0.1 release --- README.md | 2 +- release_contract_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fb3981..748fcba 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Der Ablauf pro Request ist: Für den produktiven Einsatz muss Caddy mit einer exakten veröffentlichten Modulversion gebaut werden: ```bash -xcaddy build --with github.com/RobinGru/caddy_protector@v1.0.0 +xcaddy build --with github.com/RobinGru/caddy_protector@v1.0.1 ``` ### Entwicklungs-Builds diff --git a/release_contract_test.go b/release_contract_test.go index af97043..3c515d8 100644 --- a/release_contract_test.go +++ b/release_contract_test.go @@ -22,7 +22,7 @@ func TestReleaseContractAC(t *testing.T) { ciWorkflow := read(".github/workflows/ci.yml") t.Run("AC1 and AC5 installation guidance", func(t *testing.T) { - if !strings.Contains(readme, "github.com/RobinGru/caddy_protector@v1.0.0") { + if !strings.Contains(readme, "github.com/RobinGru/caddy_protector@v1.0.1") { t.Fatal("README must provide an exact production module version") } if !strings.Contains(readme, "@main") || !strings.Contains(readme, "instabile Entwicklungsoption") {