From 932247bb7c9c68119cd0f38f32e0ba9292dc23e3 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Thu, 19 Dec 2024 08:50:09 +0000 Subject: [PATCH] [2024-12-19] Add CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bf9bf18 --- /dev/null +++ b/CHANGELOG.md @@ -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