CHANGELOG.md in pbt-0.0.1 vs CHANGELOG.md in pbt-0.1.0

- old
+ new

@@ -1,5 +1,20 @@ ## [Unreleased] -## [0.1.0] - 2024-01-27 +## [0.1.0] - 2024-04-13 -- Initial release +- Implement basic primitive arbitraries +- Implement composite arbitraries +- Support shrinking +- Support multiple concurrency methods + - Ractor + - Process + - Thread + - None (Run tests sequentially) +- Documentation + - Add better examples + - Arbitrary usage + - Configuration + +## [0.0.1] - 2024-01-27 + +- Initial release (Proof of concept)