Skip to content

chore: release v0.4.3#160

Merged
mergify[bot] merged 1 commit into
mainfrom
release-plz-2026-03-07T00-43-43Z
Mar 7, 2026
Merged

chore: release v0.4.3#160
mergify[bot] merged 1 commit into
mainfrom
release-plz-2026-03-07T00-43-43Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

🤖 New release

  • libmagic-rs: 0.4.2 -> 0.4.3 (✓ API compatible changes)
Changelog

[0.4.3] - 2026-03-07

Refactor

  • tests: Extract CLI tests from main.rs into integration tests (#159)


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 7, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 7, 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

@dosubot dosubot Bot added cli Command-line interface and tools testing Test infrastructure and coverage labels Mar 7, 2026
@mergify mergify Bot merged commit 3be6e71 into main Mar 7, 2026
6 checks passed
@mergify mergify Bot deleted the release-plz-2026-03-07T00-43-43Z branch March 7, 2026 00:45
@dosubot
Copy link
Copy Markdown
Contributor

dosubot Bot commented Mar 7, 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.4.2"
+libmagic-rs = "0.4.3"
 ```
 
 **Note:** Version 0.4.0 introduces breaking changes. If upgrading from 0.3.x, the `Operator` enum gained three new variants (`BitwiseXor`, `BitwiseNot`, `AnyValue`) for bitwise and any-value operations. Exhaustive pattern matching on `Operator` requires updates.
@@ -67,7 +67,7 @@
 
 ```toml
 [dependencies]
-libmagic-rs = "0.4.2"
+libmagic-rs = "0.4.3"
 ```
 
 #### Step 3: Write Code

How did I do? Any feedback?  Join Discord

mergify Bot pushed a commit that referenced this pull request Mar 7, 2026
Update documentation for
#160

Introduce a complete getting started guide for libmagic-rs covering
installation, quick start tutorial, library usage patterns, CLI
commands, and practical examples. This documentation provides users with
step-by-step instructions for both library integration and command-line
tool usage, including error handling best practices and common usage
patterns for file type identification.

_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

cli Command-line interface and tools size:XS This PR changes 0-9 lines, ignoring generated files. testing Test infrastructure and coverage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants