chore: bump version
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:
parent
d44d2aa1a7
commit
120c7fa022
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue