We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4f98d commit adff860Copy full SHA for adff860
CHANGELOG.md
@@ -10,7 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
10
* **Removed** for now removed features.
11
12
13
-## [ 0.3.0 ] - [ xxxx-yy-zz ]
+## [0.4.0] - [ xxxx-yy-zz ]
14
+
15
+### Fixed
16
17
+- Bug in the writing of SWAP instruction arguments
18
19
+## [ 0.3.0 ] - [ 2025-01-30 ]
20
21
### Added
22
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "opensquirrel"
3
-version = "0.2.0"
+version = "0.3.0"
4
description = "A quantum circuit transformation and manipulation tool"
5
authors = [
6
"Quantum Inspire <support@quantum-inspire.com>"
0 commit comments