Skip to content

Releases: KonradHoeffner/rickview

0.2.10

12 Dec 09:14
Compare
Choose a tag to compare

📦 Uncategorized

  • ci: assign KonradHoeffner to Dependabot pull requests
  • fix README.md Zenodo URL
  • update to fixed HDT dependency

0.2.9

23 Oct 14:45
Compare
Choose a tag to compare
  • add community guidelines and zenodo archive link and badge
  • enable dependabot GitHub action version updates
  • Bump actions/checkout from 3 to 4 in /.github/workflows
  • Bump docker/build-push-action from 3 to 4 in /.github/workflows
  • set paths-ignore in lint and build workflow
  • enable grouped monthly Dependabot Cargo updates
  • Bump docker/metadata-action from 4 to 5 in /.github/workflows
  • Bump docker/login-action from 2 to 3 in /.github/workflows
  • Bump docker/build-push-action from 4 to 5 in /.github/workflows
  • only specify major version of dependencies and enable daily dependabot cargo updates
  • prevent unnecessary Docker image rebuilds
  • restrict Dependabot to major Cargo updates
  • Fix TTL, NT and XML links: resolve #59.
  • update dependencies
  • remove unnecessary invalid PR references from generated release notes

0.2.8

17 Aug 09:01
Compare
Choose a tag to compare

📦 Uncategorized

  • update dependencies, including hdt with reenabled simd on rsdict
    • PR: #0

0.2.7

07 Aug 13:36
Compare
Choose a tag to compare
  • Fix compile error on newest Rust nightly versions by updating hdt to 0.1.3. May run slightly slower because SIMD is deactivated. If you use a nightly version until around 2023-08-1, or you don't use the "hdt" feature, you can continue to use 0.1.2 and have better performance.

0.2.6

07 Aug 09:43
Compare
Choose a tag to compare

📦 Uncategorized

  • ci: cargo check instead of cargo build
    • PR: #0
  • automatically generate release notes
    • PR: #0

0.2.5

02 Aug 14:14
Compare
Choose a tag to compare
release both musl and glibc binaries

0.2.4

02 Aug 13:14
Compare
Choose a tag to compare
Compile release with musl to prevent glibc incompatibility. Use newes…

0.2.3

02 Aug 09:41
Compare
Choose a tag to compare
Switch Docker runtime to busybox because alpine has DNS problems on r…

0.2.1

16 Jun 12:14
Compare
Choose a tag to compare
Fix base path. Add missing trailing slash on root resource. Release 0…

0.2.0

16 Jun 11:50
Compare
Choose a tag to compare
Follow renaming of drain_filter to extract_if. Requires Rust >= 1.72.…