chore: release v0.1.4 (#9)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-12-01 01:47:51 +01:00 committed by GitHub
parent 9a466e976a
commit 21d7c2257a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.4](https://github.com/JasterV/event_bus.rs/compare/v0.1.3...v0.1.4) - 2025-12-01
### Other
- introduce property testing in the test suite
## [0.1.3](https://github.com/JasterV/event_bus.rs/compare/v0.1.2...v0.1.3) - 2025-11-28
### Other

2
Cargo.lock generated
View file

@ -164,7 +164,7 @@ dependencies = [
[[package]]
name = "event_bus_rs"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"async-broadcast",
"async-stream",

View file

@ -1,6 +1,6 @@
[package]
name = "event_bus_rs"
version = "0.1.3"
version = "0.1.4"
edition = "2024"
description = "A runtime-agnostic, async, and thread-safe event bus for Rust."
keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"]