mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
chore: release-plz update
This commit is contained in:
parent
ee91c5f8f5
commit
3249b7bbb6
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.9](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.8...v0.1.9) - 2026-04-23
|
||||
|
||||
### Other
|
||||
|
||||
- update CI
|
||||
|
||||
## [0.1.8](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.7...v0.1.8) - 2026-03-02
|
||||
|
||||
- [chore]: Migrate from Github to Codeberg
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -176,7 +176,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "event_bus_rs"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
dependencies = [
|
||||
"async-broadcast",
|
||||
"async-stream",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "event_bus_rs"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
edition = "2024"
|
||||
description = "A runtime-agnostic, async, and thread-safe event bus for Rust."
|
||||
keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue