Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Jul 2, 2020
1 parent c2af6b1 commit 8a048cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# [0.2.3] - 2020-07-02
# [0.2.4] - 2020-07-02

- Fix manylinux wheels build

# [0.2.2] - 2020-07-02

- Update dependencies

# [0.2.1] - 2020-03-12
Expand All @@ -22,8 +19,7 @@

- Initial release

[0.2.3]: https://github.com/qe-lab/dqcsim/releases/tag/0.2.3
[0.2.2]: https://github.com/qe-lab/dqcsim/releases/tag/0.2.2
[0.2.4]: https://github.com/qe-lab/dqcsim/releases/tag/0.2.4
[0.2.1]: https://github.com/qe-lab/dqcsim/releases/tag/0.2.1
[0.2.0]: https://github.com/qe-lab/dqcsim/releases/tag/0.2.0
[0.1.1]: https://github.com/qe-lab/dqcsim/releases/tag/0.1.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ else()
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)

project(dqcsim
VERSION 0.2.3
VERSION 0.2.4
DESCRIPTION "C++ bindings for the Delft Quantum & Classical Simulator"
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dqcsim"
version = "0.2.3"
version = "0.2.4"
authors = ["Quantum Computer Architectures, Quantum & Computer Engineering, QuTech, Delft University of Technology"]
edition = '2018'
build = "tools/build.rs"
Expand Down

0 comments on commit 8a048cf

Please sign in to comment.