From cced5e93dfa347ed82281b4ca276d71d18fedc41 Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Thu, 8 May 2025 16:07:51 +0100 Subject: [PATCH] Prepare a 0.4.12 release. --- CHANGES.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 00d2cd2..78077fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# snare 0.4.12 (2025-05-08) + +* Update dependencies. + + # snare 0.4.11 (2024-07-25) * Handle both JSON and urlencoded requests. diff --git a/Cargo.lock b/Cargo.lock index 5b29861..0c4669a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "snare" -version = "0.4.11" +version = "0.4.12" dependencies = [ "cfgrammar", "crypto-common", diff --git a/Cargo.toml b/Cargo.toml index 6b5e5ba..ec3a7cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snare" description = "GitHub webhooks runner daemon" -version = "0.4.11" +version = "0.4.12" homepage = "https://tratt.net/laurie/src/snare/" repository = "https://github.com/softdevteam/snare/" authors = ["Laurence Tratt "]