-
Notifications
You must be signed in to change notification settings - Fork 8
add release note and set version to 1.0.8 #74
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
|
The “Security Hotsopt” pointed out is not accurate. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
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
Updates the package version to 1.0.8 and adds corresponding release notes documenting security vulnerability fixes.
- Updated version number from 1.0.7.1 to 1.0.8 in package metadata
- Added changelog entry for version 1.0.8 with security vulnerability mitigation details
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| bsv/init.py | Updates package version string to 1.0.8 |
| CHANGELOG.md | Adds release notes for version 1.0.8 with security fix documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
|
|
||
| __version__ = '1.0.7.1' | ||
| __version__ = '1.0.8' |
Copilot
AI
Aug 13, 2025
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.
Version mismatch detected. The PR title indicates version 1.0.7.2, but the code sets version to 1.0.8. These should be consistent.
| __version__ = '1.0.8' | |
| __version__ = '1.0.7.2' |
|
I changed version number to 1.0.8. |
ALiberalVoluntarist
left a comment
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.
ok



Description of Changes
Wrote release notes
Linked Issues / Tickets
Testing Procedure
Describe the tests you've added or any testing steps you've taken.
Checklist:
CHANGELOG.mdwith my changes