-
Notifications
You must be signed in to change notification settings - Fork 30
chore: Release v0.2.0 #178
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
Conversation
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.
Pull Request Overview
This pull request prepares the project for a stable v0.2.0 release by bumping the version from 0.2.0-alpha.1
to 0.2.0
and adding configuration for automated changelog generation.
- Bumped the crate version to
0.2.0
to mark the release of a stable version - Added git-cliff configuration for automated changelog generation
- Generated a comprehensive changelog file documenting all changes from v0.1.0 to v0.2.0
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
Cargo.toml | Version bump from 0.2.0-alpha.1 to 0.2.0 for stable release |
cliff.toml | Added git-cliff configuration file for automated changelog generation |
CHANGELOG.md | Generated comprehensive changelog documenting project history |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Since we merge PRs with |
Replaced with CHANGELOG.md output from the following command.
|
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Resolves #176
This pull request prepares the project for a new release and adds configuration for automated changelog generation. The most important changes are grouped below:
Release preparation:
Cargo.toml
from0.2.0-alpha.1
to0.2.0
to mark the release of a stable version.Changelog automation:
cliff.toml
configuration file to enable and customize changelog generation usinggit-cliff
, including templates and commit grouping rules.Blockers: