Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot authored Dec 16, 2024
1 parent 9dcfa70 commit 147ac2c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.7.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.7.0](https://github.com/CQCL/Qermit/compare/v0.6.0...v0.7.0) (2024-12-16)


### Features

* Add convex subgraph finding class ([#189](https://github.com/CQCL/Qermit/issues/189)) ([ac0d858](https://github.com/CQCL/Qermit/commit/ac0d85832227c44f805166e519a08e0df04a95a9))
* Replace `QermitPauli` internals with `UnitaryTableau` ([#201](https://github.com/CQCL/Qermit/issues/201)) ([9dcfa70](https://github.com/CQCL/Qermit/commit/9dcfa700f621e573f87ee0ef53b6e95d4f7b64ed))


### Documentation

* Refresh readme ([#177](https://github.com/CQCL/Qermit/issues/177)) ([e5169f7](https://github.com/CQCL/Qermit/commit/e5169f79fcc29c8ec0d0d034d2379ff8ad8b18b7))

## [0.6.0](https://github.com/CQCL/Qermit/compare/v0.5.0...v0.6.0) (2024-11-29)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "qermit"
version = "0.6.0"
version = "0.7.0"
description = "Python package for quantum error mitigation."
authors = [
"Daniel Mills <[email protected]>",
Expand Down

0 comments on commit 147ac2c

Please sign in to comment.