-
-
Notifications
You must be signed in to change notification settings - Fork 31
chore: release v0.12.4 #553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ exclude = [ | |
| ] | ||
|
|
||
| [workspace.package] | ||
| version = "0.12.2" | ||
| version = "0.12.4" | ||
|
||
| edition = "2024" | ||
| rust-version = "1.91" | ||
| license = "MIT OR Apache-2.0" | ||
|
|
@@ -31,8 +31,8 @@ categories = ["development-tools", "command-line-utilities"] | |
|
|
||
| [workspace.dependencies] | ||
| # Internal crates - path for local dev, version for crates.io | ||
| agnix-rules = { path = "crates/agnix-rules", version = "0.12.2" } | ||
| agnix-core = { path = "crates/agnix-core", version = "0.12.2" } | ||
| agnix-rules = { path = "crates/agnix-rules", version = "0.12.4" } | ||
| agnix-core = { path = "crates/agnix-core", version = "0.12.4" } | ||
|
|
||
| # Core dependencies | ||
| serde = { version = "1", features = ["derive"] } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description mentions "Dependabot #75" for the minimatch ReDoS vulnerability fix, but the linked mentioned_issue #75 is about "Address empty fixtures" and has nothing to do with security vulnerabilities or minimatch. This appears to be a mismatch - either the PR description references the wrong issue number, or the wrong issue was linked in the metadata.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
#75refers to Dependabot alert #75 (visible under the Security tab > Dependabot alerts), not GitHub issue #75. Updated the changelog to say "Dependabot alert #75" for clarity.