From c1d425069f0a5f7feb889ea305778d592bb140e8 Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Tue, 24 Mar 2026 00:41:07 +0200 Subject: [PATCH] bump version to 0.5.0 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 3d45147..bd15955 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,7 +967,7 @@ dependencies = [ [[package]] name = "numa" -version = "0.4.0" +version = "0.5.0" dependencies = [ "arc-swap", "axum", diff --git a/Cargo.toml b/Cargo.toml index 303d6ea..7d218de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numa" -version = "0.4.0" +version = "0.5.0" authors = ["razvandimescu "] edition = "2021" description = "Ephemeral DNS overrides for development and testing. Point any hostname to any endpoint. Auto-revert when you're done."