From 36e3773a92211bb5e222fa981d16827f358a7d6e Mon Sep 17 00:00:00 2001 From: sd Date: Fri, 12 Apr 2024 21:27:25 +0200 Subject: [PATCH] add a changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..94be085 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## v0.2.0 + +- removes the `prelude` module and exposes everything at the crate root for ease of use +- internal code cleanup and reduced debug logging +- optimized ci / test recipes to not fail with multiple shared test-runtimes in parallel +- improved docs and readme + +## v0.1.0 + +This just fixes the description in the `Cargo.toml` for crates.io + +## v0.1.0 + +Initial release with all the basic operations included and working.