mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
chore: release v0.1.5 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
db6424b8ad
commit
2e1536515a
3 changed files with 9 additions and 2 deletions
|
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.5](https://github.com/JasterV/event_bus.rs/compare/v0.1.4...v0.1.5) - 2025-12-01
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- do not enforce the internal key of RcMap to be Clone
|
||||||
|
- make more clear internally the management of the channel
|
||||||
|
|
||||||
## [0.1.4](https://github.com/JasterV/event_bus.rs/compare/v0.1.3...v0.1.4) - 2025-12-01
|
## [0.1.4](https://github.com/JasterV/event_bus.rs/compare/v0.1.3...v0.1.4) - 2025-12-01
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -164,7 +164,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "event_bus_rs"
|
name = "event_bus_rs"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-broadcast",
|
"async-broadcast",
|
||||||
"async-stream",
|
"async-stream",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "event_bus_rs"
|
name = "event_bus_rs"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
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