diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b810e11..50ca09378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [0.2.2] - 2020-07-02 + +- Update dependencies + # [0.2.1] - 2020-03-12 - Repository moved to qe-lab @@ -14,6 +18,7 @@ - Initial release +[0.2.2]: https://github.com/qe-lab/dqcsim/releases/tag/0.2.2 [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 5bcda1ccf..153c6ef25 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.1 + VERSION 0.2.2 DESCRIPTION "C++ bindings for the Delft Quantum & Classical Simulator" LANGUAGES CXX ) diff --git a/Cargo.lock b/Cargo.lock index 7698d9d30..679843ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "dqcsim" -version = "0.2.1" +version = "0.2.2" 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 31dc5119c..2f15bfe87 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dqcsim" -version = "0.2.1" +version = "0.2.2" authors = ["Quantum Computer Architectures, Quantum & Computer Engineering, QuTech, Delft University of Technology"] edition = '2018' build = "tools/build.rs"