-
Notifications
You must be signed in to change notification settings - Fork 16
chore: release main #1718
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
base: main
Are you sure you want to change the base?
chore: release main #1718
Changes from all commits
ec18143
b3b5a2d
1a00e99
9fd3dd9
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| ".": "0.2.49", | ||
| "packages/modelaudit-picklescan": "0.1.8" | ||
| ".": "0.2.50", | ||
| "packages/modelaudit-picklescan": "0.1.9" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
|
||
| [project] | ||
| name = "modelaudit" | ||
| version = "0.2.49" | ||
| version = "0.2.50" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This release bump updates Useful? React with 👍 / 👎. |
||
| description = "Static scanning library for detecting malicious code, potential backdoor indicators, and other security risks in ML model files" | ||
| authors = [ | ||
| { name = "Ian Webster", email = "ian@promptfoo.dev" }, | ||
|
|
||
Large diffs are not rendered by default.
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.
This release bump changes the Rust crate to 0.1.9, but
packages/modelaudit-picklescan/Cargo.lockstill recordsmodelaudit-picklescan-rustas 0.1.7. On a clean checkout, Cargo treats that as a lockfile update;cargo check --helpdocuments--lockedas asserting the lock file remains unchanged, and the picklescan MSRV check in.github/workflows/test.yml:1003-1006uses--locked. Please regenerateCargo.lockwith the version bump so locked builds and the committed release metadata agree.Useful? React with 👍 / 👎.