chore(release): prepare for 0.3.6 #82

Merged
jalil merged 1 commit from push-ounsylvzskxo into main 2025-01-26 22:43:21 +01:00
3 changed files with 10 additions and 2 deletions
Showing only changes of commit c8407a8eb4 - Show all commits

View file

@ -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

2
Cargo.lock generated
View file

@ -1149,7 +1149,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "webnsupdate"
version = "0.3.5"
version = "0.3.6"
dependencies = [
"axum",
"axum-client-ip",

View file

@ -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"