diff --git a/CHANGELOG.md b/CHANGELOG.md index e44d31a..3e6db23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3](https://github.com/InfiniteUnion/meathook-rs/compare/v0.4.2...v0.4.3) - 2026-08-24 + +### Other + +- *(example)* update README + ## [0.4.2](https://github.com/InfiniteUnion/meathook-rs/compare/v0.4.1...v0.4.2) - 2026-08-24 ### Added diff --git a/Cargo.lock b/Cargo.lock index c50cdd6..c66842c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1667,7 +1667,7 @@ dependencies = [ [[package]] name = "meathook-rs" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index a4001fa..160956a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meathook-rs" -version = "0.4.2" +version = "0.4.3" edition = "2024" rust-version = "1.95" description = "A polling runtime with composable, durable sinks"