v0.2.0
This release adds an important piece of functionality -- container images without commands can now be read and extracted by dcp. This enables data-only containers, like bundle images, to be used with dcp.
What's Changed
- feat: Add support for scratch-based container images by @timflannagan in #9
- feat: Use GNU/POSIX-style argument syntax conventions for CLI flags by @timflannagan in #10
- version bump by @exdx in #12
- ci: Rename the rust.yaml workflow to ci.yaml by @timflannagan in #11
- Add basic scratch-based container image tests by @timflannagan in #13
New Contributors
- @timflannagan made their first contribution in #9
Full Changelog: v0.1.0...v0.2.0