Skip to content

Commit

Permalink
Prepare for Catalyst v0.10.0-dev (development release) (#1235)
Browse files Browse the repository at this point in the history
**Context:** Preparing the main branch for Catalyst v0.10.0-dev
(development release).

**Description of the Change:** Bump version to "0.10.0-dev", add new
changelog, and update PR reviewer.
  • Loading branch information
joeycarter authored Oct 28, 2024
1 parent 71b43c7 commit c7a7e83
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rc_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
pr_body: "Automatic sync from the release candidate to main during a feature freeze."
pr_allow_empty: false
pr_draft: false
pr_reviewer: "dime10,rauletorresc"
pr_reviewer: "dime10,joeycarter"
2 changes: 2 additions & 0 deletions doc/dev/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Release notes

This page contains the release notes for Catalyst.

.. mdinclude:: ../releases/changelog-dev.md

.. mdinclude:: ../releases/changelog-0.9.0.md

.. mdinclude:: ../releases/changelog-0.8.0.md
Expand Down
19 changes: 19 additions & 0 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
:orphan:

# Release 0.10.0-dev (development release)

<h3>New features since last release</h3>

<h3>Improvements 🛠</h3>

<h3>Breaking changes 💔</h3>

<h3>Deprecations 👋</h3>

<h3>Documentation 📝</h3>

<h3>Bug fixes 🐛</h3>

<h3>Contributors ✍️</h3>

This release contains contributions from (in alphabetical order):
2 changes: 1 addition & 1 deletion frontend/catalyst/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.9.0"
__version__ = "0.10.0-dev"

0 comments on commit c7a7e83

Please sign in to comment.