event_bus.rs/CHANGELOG.md
github-actions[bot] 5c883b62bf
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>
2026-03-02 02:25:30 +01:00

65 lines
2.1 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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
### Other
- we do not need to use an AtomicIsize
- *(deps)* bump Swatinem/rust-cache from 2.8.1 to 2.8.2 ([#3](https://github.com/JasterV/event_bus.rs/pull/3))
## [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
### Other
- introduce property testing in the test suite
## [0.1.3](https://github.com/JasterV/event_bus.rs/compare/v0.1.2...v0.1.3) - 2025-11-28
### Other
- test event bus more extensively
- Update README.md
## [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
- update README & docs
## [0.1.0](https://github.com/JasterV/event_bus.rs/releases/tag/v0.1.0) - 2025-11-28
### Added
- [0.1.0] First release, check out the README & docs for usage examples.