Skip to content

chore: release 0.5.1 - #4

Merged
BinFlip merged 1 commit into
mainfrom
feature/v0.5.1
Sep 19, 2026
Merged

BinFlip merged 1 commit into
mainfrom
feature/v0.5.1

Conversation

@BinFlip

@BinFlip BinFlip commented Sep 19, 2026

Copy link
Copy Markdown
Collaborator

Maintenance release. No functional change.

Changes

  • Dependencies: refreshed transitive dependencies with cargo update (bitflags, cfg-if, clap, log, rustix, scroll_derive, unicode-ident and others). The direct dependencies are already current: goblin 0.10.7 and divan 0.1.21. Resolution respects the 1.88 MSRV.
  • Text cleanup: replaced em-dashes and en-dashes with plain hyphens in rustdoc, comments, CHANGELOG.md and tests/samples/.
    • Three doc comments had a dash at the start of a line. After the swap that line started with - , which Markdown renders as a list item and which fails clippy::doc_lazy_continuation. Those dashes now sit at the end of the line before, so the rendered docs read as they did.
  • Version and changelog: bumped to 0.5.1, added a changelog entry and the missing [0.5.0] compare link.

Verification

  • cargo fmt --check
  • cargo clippy --all-targets -- -D warnings
  • cargo test on stable and on 1.88 (273 tests)
  • RUSTDOCFLAGS=-D warnings cargo doc --no-deps
  • cargo publish --dry-run on a clean clone

Maintenance release with no functional change.

- Refresh transitive dependencies via cargo update. Direct dependencies
  (goblin 0.10.7, divan 0.1.21) are already current.
- Replace em-dashes and en-dashes with plain hyphens across rustdoc,
  comments, the changelog and the sample-corpus docs. Three doc comments
  where a dash opened a line are rejoined to the preceding line, since a
  leading "- " renders as a Markdown list item and trips
  clippy::doc_lazy_continuation.
- Add the missing 0.5.0 compare link to the changelog.
@BinFlip
BinFlip merged commit c75f394 into main Sep 19, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant