Skip to content

chore: release v0.3.1#140

Merged
mergify[bot] merged 1 commit into
mainfrom
release-plz-2026-03-05T01-14-27Z
Mar 5, 2026
Merged

chore: release v0.3.1#140
mergify[bot] merged 1 commit into
mainfrom
release-plz-2026-03-05T01-14-27Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 5, 2026

🤖 New release

  • libmagic-rs: 0.3.0 -> 0.3.1 (✓ API compatible changes)
Changelog

[0.3.1] - 2026-03-05

Refactor

  • evaluator: Rename test functions to match RuleMatch type (#60) (#139)


This PR was generated with release-plz.

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 5, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 5, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Do not merge outdated PRs

Wonderful, this rule succeeded.

Make sure PRs are within 10 commits of the base branch before merging

  • #commits-behind <= 3

@mergify mergify Bot merged commit f19fa8d into main Mar 5, 2026
6 checks passed
@mergify mergify Bot deleted the release-plz-2026-03-05T01-14-27Z branch March 5, 2026 01:15
@dosubot dosubot Bot added the evaluator Rule evaluation engine and logic label Mar 5, 2026
@dosubot
Copy link
Copy Markdown
Contributor

dosubot Bot commented Mar 5, 2026

Documentation Updates

1 document(s) were updated by changes in this PR:

GETTING_STARTED
View Changes
@@ -21,7 +21,7 @@
 
 ```toml
 [dependencies]
-libmagic-rs = "0.3.0"
+libmagic-rs = "0.3.1"
 ```
 
 **Note:** Version 0.3.0 introduces breaking changes. If upgrading from 0.2.x, note that a new `TypeKind::Quad` enum variant was added for 64-bit quad integer types with endian variants, `TypeKind::String` variant discriminant changed from 3 to 4, and `evaluator::MatchResult` was renamed to `evaluator::RuleMatch` to resolve a naming collision with `output::MatchResult`. The public re-export is `RuleMatch`. Exhaustive pattern matching on `TypeKind` requires updates.
@@ -65,7 +65,7 @@
 
 ```toml
 [dependencies]
-libmagic-rs = "0.3.0"
+libmagic-rs = "0.3.1"
 ```
 
 #### Step 3: Write Code

How did I do? Any feedback?  Join Discord

dosubot Bot added a commit that referenced this pull request Mar 5, 2026
@dosubot dosubot Bot mentioned this pull request Mar 5, 2026
unclesp1d3r pushed a commit that referenced this pull request Mar 5, 2026
Update documentation for
#140

_Generated by [Dosu](https://dosu.dev)_

Co-authored-by: dosubot[bot] <131922026+dosubot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

evaluator Rule evaluation engine and logic size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants