Skip to content

Commit

Permalink
chore(py): release tket2-eccs 0.2.0 (#537)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.0](tket2-eccs-v0.1.0...tket2-eccs-v0.2.0)
(2024-10-10)


### ⚠ BREAKING CHANGES

* Recompiled eccs with `hugr 0.13.0`

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: Agustín Borgna <agustin.borgna@quantinuum.com>
  • Loading branch information
hugrbot and aborgna-q authored Oct 10, 2024
1 parent 6919ab5 commit 18e876b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tket2-py": "0.4.0",
"tket2-eccs": "0.1.0"
"tket2-eccs": "0.2.0"
}
7 changes: 7 additions & 0 deletions tket2-eccs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/CQCL/tket2/compare/tket2-eccs-v0.1.0...tket2-eccs-v0.2.0) (2024-10-10)


### ⚠ BREAKING CHANGES

* Recompiled eccs with `hugr 0.13.0`

## 0.1.0 (2024-08-01)


Expand Down
2 changes: 1 addition & 1 deletion tket2-eccs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tket2_eccs"
version = "0.1.0"
version = "0.2.0"
requires-python = ">=3.10,<3.13"
description = "Precompiled rewrite sets for the tket 2 compiler"
license = { file = "LICENCE" }
Expand Down
2 changes: 1 addition & 1 deletion tket2-eccs/src/tket2_eccs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# This is updated by our release-please workflow, triggered by this
# annotation: x-release-please-version
__version__ = "0.1.0"
__version__ = "0.2.0"

from importlib import resources
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion tket2-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
dependencies = [
'pytket >= 1.29.2, < 2',
'hugr >= 0.8.0, < 0.9',
'tket2_eccs >= 0.1.0, < 0.2',
'tket2_eccs >= 0.2.0, < 0.3',
]

[tool.uv.sources]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18e876b

Please sign in to comment.