Skip to content

Commit

Permalink
add a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Apr 12, 2024
1 parent 810c6f5 commit 36e3773
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 36e3773

Please sign in to comment.