diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c0a18fe..5e123c11f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a583ff8b..a3f27978e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/Cargo.lock b/Cargo.lock index 2a5281468..9db7fa1fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "dqcsim" -version = "0.2.3" +version = "0.2.4" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.49 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 869ded821..8e8da5e2f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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"