Skip to content

chore: release v0.4.1#55

Merged
jdx merged 1 commit intomainfrom
release-plz-2026-04-07T22-21-17Z
Apr 7, 2026
Merged

chore: release v0.4.1#55
jdx merged 1 commit intomainfrom
release-plz-2026-04-07T22-21-17Z

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Apr 7, 2026

🤖 New release

  • pklr: 0.4.0 -> 0.4.1 (✓ API compatible changes)
Changelog

0.4.1 - 2026-04-07

Fixed

  • resolve nullable outer property access and semicolons (#54)


This PR was generated with release-plz.


Note

Low Risk
Low risk release bookkeeping only: version bumps and changelog update, with no code or dependency changes beyond the crate version metadata.

Overview
Prepares the v0.4.1 release by updating Cargo.toml/Cargo.lock from 0.4.0 to 0.4.1.

Updates CHANGELOG.md with a new 0.4.1 entry noting the fix for nullable outer property access and semicolon handling (per #54).

Reviewed by Cursor Bugbot for commit f211a5c. Bugbot is set up for automated code reviews on this repo. Configure here.

@jdx jdx enabled auto-merge (squash) April 7, 2026 22:21
@jdx jdx merged commit 5ef6e4d into main Apr 7, 2026
8 checks passed
@jdx jdx deleted the release-plz-2026-04-07T22-21-17Z branch April 7, 2026 22:22
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version of the pklr package from 0.4.0 to 0.4.1 and updates the changelog to reflect fixes for nullable outer property access and semicolon handling. I have no feedback to provide.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 7, 2026

Greptile Summary

Auto-generated release PR bumping pklr from 0.4.0 to 0.4.1 via release-plz. The only substantive change is a changelog entry documenting the fix from PR #54 (nullable outer property access and semicolons); all three files are internally consistent at version 0.4.1.

Confidence Score: 5/5

This PR is safe to merge — purely mechanical release metadata with no source code changes.

All changes are auto-generated version bumps and a changelog entry. No source code, tests, or dependency logic was modified. All three files are consistent at version 0.4.1. No issues found.

No files require special attention.

Vulnerabilities

No security concerns identified.

Important Files Changed

Filename Overview
CHANGELOG.md Added v0.4.1 section with one Fixed entry for PR #54 (nullable outer property access and semicolons); follows existing keep-a-changelog format.
Cargo.toml Version bumped from 0.4.0 to 0.4.1; no other fields changed.
Cargo.lock pklr package version updated from 0.4.0 to 0.4.1 in auto-generated lock file; consistent with Cargo.toml.

Sequence Diagram

sequenceDiagram
    participant RZ as release-plz
    participant GH as GitHub
    participant CR as crates.io
    RZ->>GH: Detect merged fix PR #54
    RZ->>GH: Open release PR (bump 0.4.0 → 0.4.1)
    GH->>GH: CI passes (tests, clippy, fmt)
    GH->>GH: Merge release PR
    GH->>CR: Publish pklr v0.4.1
    GH->>GH: Create git tag v0.4.1
Loading

Reviews (1): Last reviewed commit: "chore: release v0.4.1" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant