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

Commit

Permalink
Merge pull request #593 from QE-Lab/release-0.2.2
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
mbrobbel authored Jul 2, 2020
2 parents d905e3d + 6e7bc41 commit 6c85e3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.2.2] - 2020-07-02

- Update dependencies

# [0.2.1] - 2020-03-12

- Repository moved to qe-lab
Expand All @@ -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
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.1
VERSION 0.2.2
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.1"
version = "0.2.2"
authors = ["Quantum Computer Architectures, Quantum & Computer Engineering, QuTech, Delft University of Technology"]
edition = '2018'
build = "tools/build.rs"
Expand Down

0 comments on commit 6c85e3f

Please sign in to comment.