-
Notifications
You must be signed in to change notification settings - Fork 40
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.11.0-dev (development release) (#1413)
**Context:** Preparing the main branch for Catalyst v0.11.0-dev (development release). **Description of the Change:** Bump version to "0.11.0-dev" and add new changelog. --------- Co-authored-by: erick-xanadu <110487834+erick-xanadu@users.noreply.github.com>
- Loading branch information
1 parent
4da5563
commit ec09f54
Showing
3 changed files
with
22 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Release 0.10.0 (development release) | ||
|
||
<h3>New features since last release</h3> | ||
|
||
<h3>Improvements 🛠</h3> | ||
|
||
<h3>Breaking changes 💔</h3> | ||
|
||
<h3>Deprecations 👋</h3> | ||
|
||
<h3>Bug fixes 🐛</h3> | ||
|
||
<h3>Internal changes ⚙️</h3> | ||
|
||
<h3>Documentation 📝</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.10.0" | ||
__version__ = "0.11.0-dev0" |