Skip to content

Releases: Blobfolio/adbyss

v0.14.0

22 Oct 04:22
Compare
Choose a tag to compare

Changed

  • The binary has been completely refactored and cleaned up.
  • The library no longer depends on regex or ahash.
  • Improved documentation and code coverage.
  • Improved build times.

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.13.1

17 Oct 19:46
Compare
Choose a tag to compare

Changed

  • Bump argyle to 0.10
  • Bump fyi_msg to 1.1
  • Bump regex to 1.11
  • Bump utc2k to 0.10
  • Refactor CLI argument parsing
  • Reduce intermediary string allocation during build (lib)

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.13.0

05 Sep 20:09
Compare
Choose a tag to compare

Changed

  • Bump MSRV to 1.81
  • Bump brunch to 0.6
  • Bump fyi_msg to 0.14
  • Minor code lints
  • Reduce build script allocations
  • Replace serde_yaml with serde_yml
  • Update suffix database

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.12.0

09 Aug 06:02
Compare
Choose a tag to compare

New

  • Domain::try_from::<Cow<str>>

Breaking

  • Bump MSRV to 1.80

Changed

  • Specialize Domain::try_from::<String>
  • Add dependency trimothy (lib)
  • Bump utc2k to 0.9
  • Update suffix database

Fixed

  • Remove old assets from build.rs rerun-if-changed triggers (lib)

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.11.1

25 Jul 17:42
Compare
Choose a tag to compare

Changed

  • Bump minreq to 0.12.0
  • Update suffix data
  • Rebuild w/ Rust 1.80.0

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.11.0

13 Jun 17:25
Compare
Choose a tag to compare

Changed

  • Use idna for punycode conversion
  • Update suffix database

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.10.2

02 May 18:29
Compare
Choose a tag to compare

Changed

  • Bump rayon to 1.10

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.10.1

21 Mar 17:39
Compare
Choose a tag to compare

Changed

  • Bump rayon to 1.9

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.10.0

16 Feb 03:31
Compare
Choose a tag to compare

Changed

  • Treat invalid/unknown CLI options as errors
  • Bump fyi_msg to 0.13
  • Bump MSRV to 1.72 (library)

Note: The attached .deb package requires an x86-64-v3-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.

v0.9.5

08 Feb 19:18
Compare
Choose a tag to compare

Changed

  • Replace ureq w/ minreq
  • Bump dactyl to 0.7
  • Bump fyi_msg to 0.12
  • Bump utc2k to 0.8
  • Fetch suffixes from Github mirror (build only)