From 3f374f1e3e75e123d3f055683f2154549fdc7762 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 10 Mar 2026 09:07:52 +0100 Subject: [PATCH] chore: Release 0.3.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253a4ca..7736be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.3.0] - 2026-03-10 + ### Changed - Dependency bumps. This includes switching to async code (using `tokio`), as `hickory-resolver` 0.25 removed the synchronous APIs ([#52]). diff --git a/Cargo.lock b/Cargo.lock index 3091306..f54abc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "containerdebug" -version = "0.2.0" +version = "0.3.0" dependencies = [ "built", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0beef32..45e62dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerdebug" -version = "0.2.0" +version = "0.3.0" edition = "2024" [dependencies]