chore: release v0.1.3

This commit is contained in:
github-actions[bot] 2025-11-28 20:08:03 +00:00 committed by GitHub
parent 05928599db
commit 704c960769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.3](https://github.com/JasterV/event_bus.rs/compare/v0.1.2...v0.1.3) - 2025-11-28
### Other
- test event bus more extensively
- Update README.md
## [0.1.2](https://github.com/JasterV/event_bus.rs/compare/v0.1.1...v0.1.2) - 2025-11-28
### Other

2
Cargo.lock generated
View file

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

View file

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