mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
chore: release 0.1.10
This commit is contained in:
parent
dd6f0ddcbb
commit
04814d4011
2 changed files with 7 additions and 1 deletions
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.1.9](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.8...v0.1.9) - 2026-04-23
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "event_bus_rs"
|
name = "event_bus_rs"
|
||||||
version = "0.1.9"
|
version = "0.1.10"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "A runtime-agnostic, async, and thread-safe event bus for Rust."
|
description = "A runtime-agnostic, async, and thread-safe event bus for Rust."
|
||||||
keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"]
|
keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue