mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
chore: release v0.1.7 (#14)
* chore: release v0.1.7 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Víctor Martínez <49537445+JasterV@users.noreply.github.com>
This commit is contained in:
parent
d45ec93095
commit
5c883b62bf
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.7](https://github.com/JasterV/event_bus.rs/compare/v0.1.6...v0.1.7) - 2026-03-01
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- *(deps)* bump proptest from 1.9.0 to 1.10.0 ([#18](https://github.com/JasterV/event_bus.rs/pull/18))
|
||||||
|
- *(deps)* bump thiserror from 2.0.17 to 2.0.18 ([#16](https://github.com/JasterV/event_bus.rs/pull/16))
|
||||||
|
- *(deps)* bump tokio from 1.48.0 to 1.49.0 ([#15](https://github.com/JasterV/event_bus.rs/pull/15))
|
||||||
|
- *(deps)* bump test-strategy from 0.4.3 to 0.4.5 ([#19](https://github.com/JasterV/event_bus.rs/pull/19))
|
||||||
|
- *(deps)* bump futures from 0.3.31 to 0.3.32 ([#20](https://github.com/JasterV/event_bus.rs/pull/20))
|
||||||
|
- [chore]: update rust version & CI
|
||||||
|
- [refactor]: update code style to remove indentation levels
|
||||||
|
|
||||||
## [0.1.6](https://github.com/JasterV/event_bus.rs/compare/v0.1.5...v0.1.6) - 2025-12-05
|
## [0.1.6](https://github.com/JasterV/event_bus.rs/compare/v0.1.5...v0.1.6) - 2025-12-05
|
||||||
|
|
||||||
### 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.6"
|
version = "0.1.7"
|
||||||
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.6"
|
version = "0.1.7"
|
||||||
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