Skip to content

Latest commit

 

History

History
96 lines (64 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

96 lines (64 loc) · 2.33 KB

Changelog

Released: 2024-12-16

🚀 Features

  • Support docker-like references (#6)

⚙️ Miscellaneous Tasks

  • (ci) Faster builds (#5)

Released: 2024-12-14

📚 Documentation

  • (release) Update suggested release PR name

Released: 2024-12-14

✨ General

  • Support --layers squash-other, add colors to clap
  • Ensure crates are not published to crates.io
  • Configure for cargo release
  • Prepare to release v0.3.2 (#3)

Released: 2024-12-13

✨ General

  • Absolute symlinks are now handled properly

Released: 2024-12-12

✨ General

  • Add list subcommand

Released: 2024-12-12

✨ General

  • Fix readme badge
  • Light edit to installation instructions
  • Add flag to curl installer
  • Fix up output a bit, add troubleshooting to readme
  • Bump Swatinem/rust-cache from 2.7.2 to 2.7.5 (#2)

Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jessica Black [email protected]

  • Support authentication
  • Support filtering

Released: 2024-12-12

✨ General

  • Initial commit
  • Add readme, minor housekeeping
  • Set up command and types
  • Minor fixup
  • Refactor to split bin and lib
  • Add strong type for Digest
  • Support extracting layers
  • Remove extra comments
  • We extractin' files
  • Support applying layers to disk
  • Support extracting base and separated layers
  • Update feature set in readme
  • Add transform tests
  • Specialize layer flags; support docker layers.
  • Simplify layer handling
  • Add installers
  • Rename binary
  • Rename circe-bin -> circe; remove unused deps
  • Autogenerated dist workspace changes
  • Update readmes
  • Use Rust TLS