We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe83d0 commit 61c8b93Copy full SHA for 61c8b93
CHANGELOG.md
@@ -9,10 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
- **Fixed** for any bug fixes.
10
- **Removed** for now removed features.
11
12
-## [M.m.P] - [ xxxx-yy-zz ]
+## [0.10.0] - [ 2025-08-28 ]
13
14
### Added
15
-- Rn gate to instruction library
+- Rn gate to instruction library.
16
- Support for Python 3.13.
17
- Integrate with libqasm 1.2.1 release.
18
include/qx/version.hpp
@@ -1,4 +1,4 @@
1
#ifndef QX_VERSION
2
-#define QX_VERSION "0.9.0"
+#define QX_VERSION "0.10.0"
3
#define QX_RELEASE_YEAR "2025"
4
#endif
0 commit comments