mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
chore: release-plz update (#3)
This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz) via Woodpecker CI. Co-authored-by: release-plz-bot <bot@codeberg.org> Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com> Reviewed-on: https://codeberg.org/JasterV/event_bus.rs/pulls/3
This commit is contained in:
parent
ee91c5f8f5
commit
dd6f0ddcbb
3 changed files with 26 additions and 20 deletions
42
CHANGELOG.md
42
CHANGELOG.md
|
|
@ -7,62 +7,68 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.1.8](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.7...v0.1.8) - 2026-03-02
|
## [0.1.9](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.8...v0.1.9) - 2026-04-23
|
||||||
|
|
||||||
- [chore]: Migrate from Github to Codeberg
|
|
||||||
|
|
||||||
## [0.1.7](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.6...v0.1.7) - 2026-03-01
|
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- *(deps)* bump proptest from 1.9.0 to 1.10.0 ([#18](https://codeberg.com/JasterV/event_bus.rs/pull/18))
|
- [chore]: update deps
|
||||||
- *(deps)* bump thiserror from 2.0.17 to 2.0.18 ([#16](https://codeberg.com/JasterV/event_bus.rs/pull/16))
|
|
||||||
- *(deps)* bump tokio from 1.48.0 to 1.49.0 ([#15](https://codeberg.com/JasterV/event_bus.rs/pull/15))
|
## [0.1.8](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.7...v0.1.8) - 2026-03-02
|
||||||
- *(deps)* bump test-strategy from 0.4.3 to 0.4.5 ([#19](https://codeberg.com/JasterV/event_bus.rs/pull/19))
|
|
||||||
- *(deps)* bump futures from 0.3.31 to 0.3.32 ([#20](https://codeberg.com/JasterV/event_bus.rs/pull/20))
|
- [chore]: Migrate from Github to Codeberg
|
||||||
|
|
||||||
|
## [0.1.7](https://codeberg.org/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://codeberg.org/JasterV/event_bus.rs/pull/18))
|
||||||
|
- *(deps)* bump thiserror from 2.0.17 to 2.0.18 ([#16](https://codeberg.org/JasterV/event_bus.rs/pull/16))
|
||||||
|
- *(deps)* bump tokio from 1.48.0 to 1.49.0 ([#15](https://codeberg.org/JasterV/event_bus.rs/pull/15))
|
||||||
|
- *(deps)* bump test-strategy from 0.4.3 to 0.4.5 ([#19](https://codeberg.org/JasterV/event_bus.rs/pull/19))
|
||||||
|
- *(deps)* bump futures from 0.3.31 to 0.3.32 ([#20](https://codeberg.org/JasterV/event_bus.rs/pull/20))
|
||||||
- [chore]: update rust version & CI
|
- [chore]: update rust version & CI
|
||||||
- [refactor]: update code style to remove indentation levels
|
- [refactor]: update code style to remove indentation levels
|
||||||
|
|
||||||
## [0.1.6](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.5...v0.1.6) - 2025-12-05
|
## [0.1.6](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.5...v0.1.6) - 2025-12-05
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- we do not need to use an AtomicIsize
|
- we do not need to use an AtomicIsize
|
||||||
- *(deps)* bump Swatinem/rust-cache from 2.8.1 to 2.8.2 ([#3](https://codeberg.com/JasterV/event_bus.rs/pull/3))
|
- *(deps)* bump Swatinem/rust-cache from 2.8.1 to 2.8.2 ([#3](https://codeberg.org/JasterV/event_bus.rs/pull/3))
|
||||||
|
|
||||||
## [0.1.5](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.4...v0.1.5) - 2025-12-01
|
## [0.1.5](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.4...v0.1.5) - 2025-12-01
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- do not enforce the internal key of RcMap to be Clone
|
- do not enforce the internal key of RcMap to be Clone
|
||||||
- make more clear internally the management of the channel
|
- make more clear internally the management of the channel
|
||||||
|
|
||||||
## [0.1.4](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.3...v0.1.4) - 2025-12-01
|
## [0.1.4](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.3...v0.1.4) - 2025-12-01
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- introduce property testing in the test suite
|
- introduce property testing in the test suite
|
||||||
|
|
||||||
## [0.1.3](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.2...v0.1.3) - 2025-11-28
|
## [0.1.3](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.2...v0.1.3) - 2025-11-28
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- test event bus more extensively
|
- test event bus more extensively
|
||||||
- Update README.md
|
- Update README.md
|
||||||
|
|
||||||
## [0.1.2](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.1...v0.1.2) - 2025-11-28
|
## [0.1.2](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.1...v0.1.2) - 2025-11-28
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- update docs
|
- update docs
|
||||||
|
|
||||||
## [0.1.1](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.0...v0.1.1) - 2025-11-28
|
## [0.1.1](https://codeberg.org/JasterV/event_bus.rs/compare/v0.1.0...v0.1.1) - 2025-11-28
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- update README & docs
|
- update README & docs
|
||||||
|
|
||||||
## [0.1.0](https://codeberg.com/JasterV/event_bus.rs/releases/tag/v0.1.0) - 2025-11-28
|
## [0.1.0](https://codeberg.org/JasterV/event_bus.rs/releases/tag/v0.1.0) - 2025-11-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -176,7 +176,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "event_bus_rs"
|
name = "event_bus_rs"
|
||||||
version = "0.1.8"
|
version = "0.1.9"
|
||||||
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.8"
|
version = "0.1.9"
|
||||||
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