-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for Catalyst v0.10.0-dev (development release) (#1235)
**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
1 parent
71b43c7
commit c7a7e83
Showing
4 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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): |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.9.0" | ||
__version__ = "0.10.0-dev" |