chore: bump version
All checks were successful
/ check (push) Successful in 6s
/ build (push) Successful in 1s

Release version 0.3.0

Main features:
- persist last IP checked to ensure DNS records can be served upon
  restart
- end-to-end testing of the NixOS module ensures most changes will not
  result in a broken DNS server
This commit is contained in:
Jalil David Salamé Messina 2024-10-28 21:59:19 +01:00
parent d44d2aa1a7
commit b7fbb65438
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1162,7 +1162,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]] [[package]]
name = "webnsupdate" name = "webnsupdate"
version = "0.3.0-dev" version = "0.3.0"
dependencies = [ dependencies = [
"axum", "axum",
"axum-auth", "axum-auth",

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.0-dev" version = "0.3.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]