bump version to 0.5.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Razvan Dimescu
2026-03-24 00:41:07 +02:00
parent c5208e934d
commit c6bc307f0a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -967,7 +967,7 @@ dependencies = [
[[package]]
name = "numa"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"arc-swap",
"axum",

View File

@@ -1,6 +1,6 @@
[package]
name = "numa"
version = "0.4.0"
version = "0.5.0"
authors = ["razvandimescu <razvan@dimescu.com>"]
edition = "2021"
description = "Ephemeral DNS overrides for development and testing. Point any hostname to any endpoint. Auto-revert when you're done."