Bump version to 1.0.1 for next development cycle - #190
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
Post-release version bump from 1.0.0 to 1.0.1 to begin the next development cycle following the v1.0.0 release.
Changes:
- Bumps the project version in
pyproject.tomlfrom1.0.0to1.0.1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Vikas Rathee (vrathee-msft)
previously approved these changes
May 29, 2026
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
sagebree
approved these changes
May 29, 2026
abelmilash-msft
added a commit
that referenced
this pull request
Sep 8, 2026
Release changelog for v1.0.1. Adds the `[1.0.1]` section covering the single user-facing change since v1.0.0: the preview notice removed in #190. Context on the entry: - v1.0.0 was published as a GA release (`prerelease=false`), but the README shipped inside it still carried an `[!IMPORTANT]` notice saying the library was "currently in **preview**" and "may contain breaking changes". Because README.md is the PyPI long description, that notice is still visible on the package page today. - Nothing about the library's support status changed between 1.0.0 and 1.0.1 — only the incorrect text was removed. It is therefore filed under **Fixed** rather than **Changed**, so the changelog does not imply GA happened in 1.0.1. - The README rewrite (#197) is intentionally excluded per the release guide's "documentation-only updates" rule. Also rebases the `[Unreleased]` compare link from `v1.0.0...HEAD` to `v1.0.1...HEAD` and adds the `[1.0.1]` compare link. No code changes. Co-authored-by: Abel Milash <[email protected]>
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.
Post-release version bump after v1.0.0.