From 120c7fa0229e9e058a36e35548c3fc0e2134c78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Mon, 28 Oct 2024 21:59:19 +0100 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17fef08..6ad9be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]