Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* **Fixed** for any bug fixes.
* **Removed** for now removed features.

## [ M.m.P ] - [ yyyy-mm-dd ]
## [ 0.9.0 ] - [ 2025-12-19 ]

### Added

Expand All @@ -24,6 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- `Circuit.export` expects an `Exporter` instance as input argument (instead of an `ExportFormat`)
- Moved Bloch sphere rotation composition from the merger pass interface to Bloch sphere rotation semantic module
- Refactor gate semantics as attributes of gates

### Removed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "opensquirrel"
version = "0.7.0"
version = "0.9.0"
description = "A quantum circuit transformation and manipulation tool"
authors = [
{ name = "Quantum Inspire", email = "support@quantum-inspire.com" },
Expand Down
Empty file.
Loading