From 5a0e37f644bb9fcd1e50cacd67c65a8717deb119 Mon Sep 17 00:00:00 2001 From: Brian Jesse Date: Thu, 21 Nov 2024 21:33:42 +0000 Subject: [PATCH] Release 0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 830f066..a58c64f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "unbug" -version = "0.2.0" +version = "0.3.0" dependencies = [ "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index a669b5b..a3c1754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unbug" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "A crate to programmatically invoke debugging breakpoints with helping macros" repository = "https://github.com/greymattergames/unbug"