From 6a70ab0f1bf873dc50a574b347d1a9b1cc45a60f Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Wed, 1 Apr 2026 18:22:18 +0300 Subject: [PATCH] chore: bump version to 0.9.0 New: Windows DNS configuration (install/uninstall/auto-start). Fix: DoH fallback uses IP to avoid DNS bootstrap loop. Fix: UDP ConnectionReset crash on Windows. Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c7940a..7d534b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "numa" -version = "0.8.0" +version = "0.9.0" dependencies = [ "arc-swap", "axum", diff --git a/Cargo.toml b/Cargo.toml index 9fe66c4..cb7b592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numa" -version = "0.8.0" +version = "0.9.0" authors = ["razvandimescu "] edition = "2021" description = "Portable DNS resolver in Rust — .numa local domains, ad blocking, developer overrides, DNS-over-HTTPS"