From 32c8d95fb7f4a9ec9c9659c921477853303806d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:49:00 +0000 Subject: [PATCH] chore: release v0.4.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"