[2024-12-19] Add CHANGELOG.md

This commit is contained in:
Andrew Conlin 2024-12-19 08:50:09 +00:00
parent c54e001cd7
commit 932247bb7c

9
CHANGELOG.md Normal file
View File

@ -0,0 +1,9 @@
# `v0.2.0`
- Bumped maturin version to `1.7.8`
- Bumped PyO3 version to `0.23.3`
- Changed from `init()` syntax to direct `tic()` and `toc()` calls. `init()` syntax still supported.
- Multiple timing operations now possible by assigning output of `tic()` and passing it to `toc()`
- Added PyO3 features to support Windows cross-compilation
# `v0.1.0`
- Initial release