Skip to content

release v1.2.0rc1#681

Open
methane wants to merge 1 commit into
msgpack:mainfrom
methane:release-v1.2.0rc1
Open

release v1.2.0rc1#681
methane wants to merge 1 commit into
msgpack:mainfrom
methane:release-v1.2.0rc1

Conversation

@methane
Copy link
Copy Markdown
Member

@methane methane commented Jun 2, 2026

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a 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 PR prepares the codebase for the v1.2.0rc1 release by bumping the exposed package version and adding a new top-of-file changelog entry for the upcoming 1.2.0 line.

Changes:

  • Update msgpack.__version__ (and the exported version tuple) to 1.2.0rc1.
  • Add a new 1.2.0 changelog section at the top of CHANGELOG.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
msgpack/init.py Bumps the exported version identifiers for the release candidate.
CHANGELOG.md Adds the release notes section for the upcoming 1.2.0 release line.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread msgpack/__init__.py
Comment on lines +7 to +8
version = (1, 2, 0, "rc1")
__version__ = "1.2.0rc1"
Comment thread CHANGELOG.md
Comment on lines +1 to +5
1.2.0
=====

Release Date: TBD

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.

2 participants