Skip to content

Commit

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

* improve changelog categorization

---------

Co-authored-by: timmysilv <[email protected]>
Co-authored-by: Matthew Silverman <[email protected]>
  • Loading branch information
3 people authored Feb 21, 2023
1 parent ca28135 commit 8d58875
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# Release 0.28.0-dev

### New features since last release
# Release 0.29.0

### Breaking changes

* Build dependency specification is now solely in `requirements.txt`, which is read by `setup.py`.
[(#120)](https://github.com/PennyLaneAI/pennylane-rigetti/pull/120)

* `pennylane-rigetti` no longer supports `python3.7`. A newer python version is required.
[(#121)](https://github.com/PennyLaneAI/pennylane-rigetti/pull/121)

* Removed the use of in-place inversion for PennyLane operations.
[(#122)](https://github.com/PennyLaneAI/pennylane-rigetti/pull/122)

### Improvements

### Documentation
* Build dependency specification is now solely in `requirements.txt`, which is read by `setup.py`.
[(#120)](https://github.com/PennyLaneAI/pennylane-rigetti/pull/120)

* Removed the use of in-place inversion for PennyLane operations.
[(#122)](https://github.com/PennyLaneAI/pennylane-rigetti/pull/122)

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion pennylane_rigetti/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version number (convention major.minor.patch[-label])
"""

__version__ = "0.28.0-dev"
__version__ = "0.29.0"

0 comments on commit 8d58875

Please sign in to comment.