From 04814d40115118dc4f2152c96b2f0cf678d97428 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:28:12 +0200 Subject: [PATCH] chore: release 0.1.10 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c9cc3..16a7493 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.1.10](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.9...v0.1.10) - 2026-04-23 + +### Other + +- [chore]: update docs + ## [0.1.9](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.8...v0.1.9) - 2026-04-23 ### Other diff --git a/Cargo.toml b/Cargo.toml index e1c3fe9..1377168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "event_bus_rs" -version = "0.1.9" +version = "0.1.10" edition = "2024" description = "A runtime-agnostic, async, and thread-safe event bus for Rust." keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"]