Skip to content

Commit

Permalink
Version Bump (#187)
Browse files Browse the repository at this point in the history
* pre release version bump

* Add changelog entries

* Update pre_release_version_bump.yml

---------

Co-authored-by: astralcai <[email protected]>
Co-authored-by: Astral Cai <[email protected]>
  • Loading branch information
3 people authored May 1, 2024
1 parent d899426 commit 245f564
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
title: Version Bump
body: updated changelog and _version.py
branch: pre-release-version-bump
reviewers: timmysilv
reviewers: astralcai
base: master
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Release 0.35.0-dev
# Release 0.36.0

### New features since last release

### Improvements 🛠

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝
* Added support for `expval` of `Prod` observables.
[(#183)](https://github.com/PennyLaneAI/pennylane-cirq/pull/183)

### Bug fixes 🐛

* Fixes a bug where an error is raised from applying `qml.Identity` on multiple wires.
[(#186)](https://github.com/PennyLaneAI/pennylane-cirq/pull/186)

### Contributors ✍️

This release contains contributions from (in alphabetical order):

Astral Cai

---
# Release 0.34.0

Expand Down
2 changes: 1 addition & 1 deletion pennylane_cirq/_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.35.0-dev"
__version__ = "0.36.0"

0 comments on commit 245f564

Please sign in to comment.