Skip to content

dfir_datalog v0.11.0

Compare
Choose a tag to compare
@hydro-project-bot hydro-project-bot released this 23 Dec 21:40
· 51 commits to main since this release

Refactor (BREAKING)

  • use cfg(nightly) instead of feature, remove -Z flag, use Diagnostic::try_emit
    Previous PR (#1587) website build did not work because panic = "abort"
    is set on wasm, leading to aborts for proc_macro2::Span::unwrap()
    calls.

    All tests except trybuild seem to pass on stable, WIP #1587 next

Documentation

  • add repository field to Cargo.tomls, fix #1452
    #1452

    Will trigger new releases of the following:
    unchanged = 'hydroflow_deploy_integration', 'variadics', 'variadics_macro', 'pusherator'

    (All other crates already have changes, so would be released anyway)

  • fix some broken github tree/main links

  • update CHANGELOG.mds for big rename
    Generated before rename per RELEASING.md instructions.

  • cleanups for the rename, fixing links

Chore

  • update links for renamed repo (excluding CHANGELOG.mds), fix #1571
  • bump versions manually for renamed crates, per RELEASING.md
  • Rename Hydroflow -> DFIR
    Work In Progress:
    • hydroflow_macro
    • hydroflow_datalog_core
    • hydroflow_datalog
    • hydroflow_lang
    • hydroflow

hydroflow_datalog Commit Statistics

  • 1 commit contributed to the release.
  • 38 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #1606

hydroflow_datalog Commit Details

view details
  • #1606
    • Use cfg(nightly) instead of feature, remove -Z flag, use Diagnostic::try_emit (251b103)

Commit Statistics

Commit Details

view details
  • #1501
  • #1620
    • Rename Hydroflow -> DFIR (3291c07)
  • #1624
    • Cleanups for the rename, fixing links (6ab6252)
  • #1627
    • Bump versions manually for renamed crates, per RELEASING.md (03b3a34)
  • #1628
    • Update links for renamed repo (excluding CHANGELOG.mds), fix #1571 (5196f24)
  • Uncategorized
    • Fix some broken github tree/main links (c707659)
    • Update CHANGELOG.mds for big rename (e1a08e5)