🔖 Release v1.0.0

This commit is contained in:
Dan Jones 2025-11-14 15:26:21 -06:00
commit 8eb46f8ea7

View file

@ -1,5 +1,18 @@
# Changelog # Changelog
## v1.0.0 - 2025-11-14
### Added
- Refactored WaitErr into an interface and added a New constructor.
- Added WithContext function for context cancellation.
- Added CONTRIBUTING.md for human contributors.
### Changed
- Updated README.md and example_test.go to reflect the new interface and WithContext function.
- Updated README.md to reference CONTRIBUTING.md.
## v0.9.0 - 2025-11-13 ## v0.9.0 - 2025-11-13
### Added ### Added