-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release v0.4.2 #59
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
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [package] | ||
| name = "pklr" | ||
| version = "0.4.1" | ||
| version = "0.4.2" | ||
|
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. Version set to 0.4.2 instead of 0.5.0High Severity The PR title and description explicitly state this is a Additional Locations (2)Reviewed by Cursor Bugbot for commit 5ebfa23. Configure here. 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.
The PR title, description, and the breaking-change notice all reference |
||
| edition = "2024" | ||
| rust-version = "1.88" | ||
| description = "Pure Rust pkl configuration language parser and evaluator" | ||
|
|
||


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 new changelog entry is headed
[0.4.2], while the PR is titled "chore: release v0.5.0" and the description lists breaking changes under0.5.0. The changelog,Cargo.toml, andCargo.lockare all inconsistent with the stated release version.