Skip to content

chore: release v0.2.1#129

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-03-02T01-58-47Z
Closed

chore: release v0.2.1#129
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-03-02T01-58-47Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

🤖 New release

  • libmagic-rs: 0.2.0 -> 0.2.1 (✓ API compatible changes)
Changelog

[0.2.1] - 2026-03-02

Bug Fixes

  • mergify: Exempt release-plz PRs from CI merge protection (#121)

Documentation

  • readme: Use reference-style links for badges (#128)

Miscellaneous Tasks

  • Mergify: Configuration update (#124)
  • Mergify: Configuration update (#126)


This PR was generated with release-plz.

@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 2, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 2, 2026

Merge Protections

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

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?!?:

🟢 Do not merge outdated PRs

Wonderful, this rule succeeded.

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

  • #commits-behind <= 10

@dosubot dosubot Bot added bug Something isn't working documentation Improvements or additions to documentation labels Mar 2, 2026
@unclesp1d3r unclesp1d3r closed this Mar 2, 2026
@dosubot
Copy link
Copy Markdown
Contributor

dosubot Bot commented Mar 2, 2026

Related Documentation

2 document(s) may need updating based on files changed in this PR:

libMagic-rs

api-reference /libmagic-rs/blob/main/docs/src/api-reference.md
View Suggested Changes
@@ -477,7 +477,7 @@
 - **Minimum Rust Version**: 1.85
 - **Edition**: 2024
 - **License**: Apache-2.0
-- **Current Version**: 0.2.0
+- **Current Version**: 0.2.1
 
 ### Breaking Changes in v0.2.0
 

✅ Accepted

development /libmagic-rs/blob/main/docs/src/development.md
View Suggested Changes
@@ -480,8 +480,8 @@
 # Update version in Cargo.toml
 # Update CHANGELOG.md
 # Commit changes
-git commit -m "chore: bump version to 0.2.0"
-git tag v0.2.0
+git commit -m "chore: bump version to 0.3.0"
+git tag v0.3.0
 git push origin main --tags
 ```
 

✅ Accepted

Note: You must be authenticated to accept/decline updates.

How did I do? Any feedback?  Join Discord

mergify Bot added a commit that referenced this pull request Mar 6, 2026
…on (#147)

Update documentation for
#129

This PR adds a complete API reference guide covering all core types
(MagicDatabase, EvaluationResult, EvaluationConfig), AST types
(MagicRule, TypeKind, Operator), error types (LibmagicError, ParseError,
EvaluationError), and the evaluator/output modules. The reference
includes detailed field descriptions, method signatures, code examples,
and thread safety considerations to help users understand and integrate
the libmagic-rs library.

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

---------

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

Labels

bug Something isn't working documentation Improvements or additions to documentation size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant