From c8407a8eb4e48c64581622bf858b1c3f3f84022c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 26 Jan 2025 22:38:20 +0100 Subject: [PATCH] chore(release): prepare for 0.3.6 Generate changelog and bump version. --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe32bf3..45c9f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.3.6] - 2025-01-26 + +### 🚀 Features + +- *(webnsupdate)* Allow running in IPv4/6 only mode +- *(module)* Add option for setting --ip-type +- *(flake)* Add tests for new allowedIPVersion option + ## [0.3.5] - 2025-01-23 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 5c0e918..df31928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1149,7 +1149,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "webnsupdate" -version = "0.3.5" +version = "0.3.6" dependencies = [ "axum", "axum-client-ip", diff --git a/Cargo.toml b/Cargo.toml index 79471c7..f435dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ cargo-features = ["codegen-backend"] [package] description = "An HTTP server using HTTP basic auth to make secure calls to nsupdate" name = "webnsupdate" -version = "0.3.5" +version = "0.3.6" edition = "2021" license-file = "LICENSE" readme = "README.md" -- 2.47.1