Skip to content

Releases: sergi0g/cup

v1.1.1

11 Jul 10:53
Compare
Choose a tag to compare
Fix release workflow

v1.1.1-nightly.2

11 Jul 10:21
Compare
Choose a tag to compare
v1.1.1-nightly.2 Pre-release
Pre-release
Release v1.1.1-nightly.2

v1.1.0

10 Jul 07:01
Compare
Choose a tag to compare

Changes

  • Updated the regex used to split images to fully support all references docker can support. Based on https://regex101.com/r/nmSDPA/1
  • Removed dependency on the fancy_regex crate in favor of the regex crate, since backtracking is no longer used.

v1.0.1

10 Jul 06:37
Compare
Choose a tag to compare

Fixes 🐛

  • Fixed issue with borrow checker (#1) in Rust versions before 1.79.0.