From eff3354c86aea81747cb8fcadddf401ca1cfbc97 Mon Sep 17 00:00:00 2001 From: mholt Date: Thu, 5 Dec 2024 07:58:20 -0800 Subject: [PATCH] version bump and changelog update --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d510ff..f7932cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.4.4 +## Bugs +* Fixed a panic caused by input sequences shorter than the offset compare length + # v0.4.3 ## Bugs * Fixed a panic caused by an unchecked `unwrap()` in a `trace!` statement diff --git a/Cargo.toml b/Cargo.toml index 22e79f5..853151a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle_con" -version = "0.4.3" +version = "0.4.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html