Skip to content

Commit

Permalink
Merge pull request #24 from a-barlow/release-0.2.4
Browse files Browse the repository at this point in the history
Update CHANGELOG about missing commits
  • Loading branch information
a-barlow committed Oct 27, 2023
2 parents e76aa95 + 3dc9308 commit e42137f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This file logs the versions of quantr.

## 0.2.3 - S and T gates, and extra functionality for `ProductState`.
## 0.2.4 - S and T gates, and extra functionality for `ProductState`.

Features:

Expand Down Expand Up @@ -45,6 +45,11 @@ Tests:
using `ProductStates::invert_digit`.
- Add unit test of `Product::to_super_position`.

## 0.2.3 - !! YANKED VERSION !!

There was a problem in implementing the Gitflow strategy, resulting in
some commits not appearing in the master branch.

## 0.2.2 - Fixing the `Printer` and pushing of custom functions

Features:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quantr"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "EUPL-1.2"
readme = "README.md"
Expand Down

0 comments on commit e42137f

Please sign in to comment.