chore(release): prepare for v0.3.3
Some checks failed
/ build (push) Failing after 3s
/ check (push) Has been skipped
/ report-size (push) Has been skipped

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

View file

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

View file

@ -3,7 +3,7 @@ cargo-features = ["codegen-backend"]
[package] [package]
description = "An HTTP server using HTTP basic auth to make secure calls to nsupdate" description = "An HTTP server using HTTP basic auth to make secure calls to nsupdate"
name = "webnsupdate" name = "webnsupdate"
version = "0.3.3-dev" version = "0.3.3"
edition = "2021" edition = "2021"
license-file = "LICENSE" license-file = "LICENSE"
readme = "README.md" readme = "README.md"