Skip to content

chore: release - #17

Open
h4x0r wants to merge 1 commit into
mainfrom
release-plz-2026-08-21T14-01-06Z
Open

chore: release#17
h4x0r wants to merge 1 commit into
mainfrom
release-plz-2026-08-21T14-01-06Z

Conversation

@h4x0r

@h4x0r h4x0r commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • sqlite-core: 0.11.0 -> 0.12.0 (⚠ API breaking changes)
  • sqlite-forensic: 0.11.0 -> 0.11.1

sqlite-core breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum Error in /tmp/.tmp00xv1Y/sqlite-forensic/core/src/lib.rs:50
Changelog

sqlite-core

0.12.0 - 2026-08-21

Fixed

  • (cell) [breaking] refuse a negative serial type instead of wrapping it into a length (#16)

sqlite-forensic

0.10.3 - 2026-07-25

Fixed

  • cap overflow-payload alloc against untrusted payload_len (fuzz alloc bomb)


This PR was generated with release-plz.

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