mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-27 02:15:41 +00:00
chore: release v0.1.2 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
292eeb1d9e
commit
59ef94bac4
3 changed files with 8 additions and 2 deletions
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.2](https://github.com/JasterV/event_bus.rs/compare/v0.1.1...v0.1.2) - 2025-11-28
|
||||
|
||||
### Other
|
||||
|
||||
- update docs
|
||||
|
||||
## [0.1.1](https://github.com/JasterV/event_bus.rs/compare/v0.1.0...v0.1.1) - 2025-11-28
|
||||
|
||||
### Other
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -100,7 +100,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "event_bus_rs"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"async-broadcast",
|
||||
"async-stream",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "event_bus_rs"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2024"
|
||||
description = "A runtime-agnostic, async, and thread-safe event bus for Rust."
|
||||
keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue