Skip to content

Commit adff860

Browse files
committed
Add CHANGELOG entry.
Update OpenSquirrel version number.
1 parent db4f98d commit adff860

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010
* **Removed** for now removed features.
1111

1212

13-
## [ 0.3.0 ] - [ xxxx-yy-zz ]
13+
## [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 ]
1420

1521
### Added
1622

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "opensquirrel"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A quantum circuit transformation and manipulation tool"
55
authors = [
66
"Quantum Inspire <support@quantum-inspire.com>"

0 commit comments

Comments
 (0)