Compare commits

...

1 commit

Author SHA1 Message Date
120c7fa022
chore: bump version
Some checks failed
/ check (push) Failing after 8s
/ build (push) Failing after 2s
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
2024-10-28 22:00:52 +01:00

View file

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