chore(release): prepare for v0.3.3
This commit is contained in:
parent
502f7cbcdf
commit
a78db29b0a
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue