From a78db29b0a846d5cb83f026202ec60cf99c72186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 22 Dec 2024 14:06:57 +0100 Subject: [PATCH] chore(release): prepare for v0.3.3 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d9e2f..579ac5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index d3ffd44..bc20a94 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.3-dev" +version = "0.3.3" edition = "2021" license-file = "LICENSE" readme = "README.md"