chore(release): prepare for v0.3.3
All checks were successful
/ build (push) Successful in 1s
/ check (push) Successful in 7s
/ report-size (push) Successful in 1s

This commit is contained in:
Jalil David Salamé Messina 2024-12-22 14:06:57 +01:00
parent 502f7cbcdf
commit 63a7505724
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## [unreleased]
## [0.3.3] - 2024-12-22
### 🚀 Features
@ -12,11 +12,13 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- *(webnsupdate)* Reduce binary size
- *(ci)* Remove tea
### ⚙️ Miscellaneous Tasks
- *(flake.lock)* Update inputs
- Cargo update
- Generate base changelog
## [0.3.2] - 2024-11-23

2
Cargo.lock generated
View file

@ -1139,7 +1139,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "webnsupdate"
version = "0.3.3-dev"
version = "0.3.3"
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.3-dev"
version = "0.3.3"
edition = "2021"
license-file = "LICENSE"
readme = "README.md"