chore(release): 0.1.1 Co-authored-by: cuddle-please <bot@cuddle.sh> Reviewed-on: #9
37 lines
703 B
Markdown
37 lines
703 B
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.1] - 2025-11-24
|
|
|
|
### Added
|
|
- replace channel with semaphore for better performance
|
|
|
|
### Fixed
|
|
- *(deps)* update all dependencies
|
|
|
|
### Other
|
|
- *(deps)* update rust crate tracing to v0.1.41
|
|
|
|
## [0.1.0] - 2025-08-08
|
|
|
|
### Added
|
|
- add docs and examples
|
|
|
|
## [0.0.4] - 2025-08-08
|
|
|
|
### Other
|
|
- Configure Renovate (#3)
|
|
Add renovate.json
|
|
|
|
## [0.0.1] - 2025-07-01
|
|
|
|
### Added
|
|
- cut initial version
|
|
- readme etc.
|
|
- add basic worker pool
|