From b7fbb65438e9096b5e37fa320a0e6cf4386f57ba 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.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32c6c17..70c7b08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1162,7 +1162,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "webnsupdate" -version = "0.3.0-dev" +version = "0.3.0" dependencies = [ "axum", "axum-auth", 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]