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