Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
In preparation for IEEE Quantum Week tutorial
  • Loading branch information
pablolh committed Sep 19, 2023
1 parent f0386a8 commit 4fdff8e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.6.3 ] - [ 2023-09-19 ]

### Added

- Address sanitizer CMake mode

### Changed

- Removed submodules and deps/ folder, replaced with CMake FetchContent
- C++23
- gtest instead of doctest
- Various fixes to Github actions
- Fixed bug in bitset due to bool automatic casting to 32 bits
- Documentation formatting fixes
- Doc chapter about internals

### Removed

-


## [ 0.6.2 ] - [ 2023-02-21 ]

### Added
Expand Down
2 changes: 1 addition & 1 deletion include/qx/Version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef QX_VERSION
#define QX_VERSION "0.6.2"
#define QX_VERSION "0.6.3"
#define QX_RELEASE_YEAR "2023"
#endif

0 comments on commit 4fdff8e

Please sign in to comment.