Files
noworkers/CHANGELOG.md
cuddle-please 8bb671d09b
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
chore(release): 0.1.1
2025-11-24 22:26:04 +00:00

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