0.2.0
Overview
This is a small cleanup release that primarily removes the need for cmake
as a build time dependency and does a few cleanups.
What's Changed
- Remove
Cargo.lock
by @MarijnS95 in #13 - CI: Remove
touch
hack and deprecated+uselessactions-rs
steps by @MarijnS95 in #15 - Bump actions/checkout from 2 to 3 by @dependabot in #16
- Add parser for
ScaleTranslateMap
by @jasperdewinther in #19 - Fix blosc decompression by @jasperdewinther in #20
- Use published
blosc
crate instead ofgit
dependency by @jasperdewinther in #22 - Reuse
read_string()
inread_name()
by @MarijnS95 in #23
New Contributors
- @MarijnS95 made their first contribution in #13
- @dependabot made their first contribution in #16
Full Changelog: 0.1.0...0.2.0