Prepare v1.0.1 release#8
Merged
Merged
Conversation
Greptile SummaryThis PR prepares the
Confidence Score: 5/5All four version fields agree at 1.0.1 and the changelog structure is correct; this is safe to merge. The change is a mechanical version bump across metadata files with no logic, behavior, or dependency changes. All version fields are consistent, the changelog follows the Keep a Changelog convention, and no source code was modified. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Merged to main] --> B[Tag v1.0.1]
B --> C1[cargo publish]
B --> C2[npm publish npm/]
B --> C3[GitHub Release\ncreated from CHANGELOG]
C1 --> D[crates.io v1.0.1]
C2 --> E[npmjs.com srcwalk@1.0.1]
C3 --> F[Release notes from\nCHANGELOG ## 1.0.1 block]
Reviews (1): Last reviewed commit: "chore: prepare v1.0.1 release" | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
UnreleasedintoCHANGELOG.mdsection1.0.1for release-note extraction.Validation
1.0.1, Cargo.toml, Cargo.lock package, npm/package.json all match.v1.0.1produced non-empty release notes.git diff --checkcargo fmt --checkcargo clippy --locked -- -D warningscargo test --lockedcargo build --release --lockednpm pack --dry-runinnpm/Release note
This PR only prepares the version bump. Do not tag, publish crates, publish npm, or create a GitHub release until the PR is merged and the final release command is explicitly confirmed.