Skip to content

Commit a1c8d52

Browse files
committed
Preparing release v0.7.0
1 parent 1c07475 commit a1c8d52

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0] - 2021-07-14
11+
1012
### Added
1113

12-
- UnitarySimulator backend for computing the unitary transformation corresponding to a quantum circuit.
14+
- UnitarySimulator backend for computing the unitary transformation corresponding to a quantum circuit.
1315

1416
### Changed
17+
1518
### Deprecated
19+
1620
### Fixed
1721

1822
- Prevent infinite recursion errors when too many compiler engines are added to the MainEngine
@@ -34,7 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3438

3539
- Fix GitHub workflow for publishing a new release
3640

37-
3841
## [0.6.0] - 2021-06-23
3942

4043
### Added
@@ -66,17 +69,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6669
### Repository
6770

6871
- Use `setuptools-scm` for versioning
72+
6973
- Added `.editorconfig` file
74+
7075
- Added `pyproject.toml` and `setup.cfg`
76+
7177
- Added CHANGELOG.md
78+
7279
- Added support for GitHub Actions
7380
- Build and testing on various plaforms and compilers
7481
- Automatic draft of new release
7582
- Automatic publication of new release once ready
7683
- Automatic upload of releases artifacts to PyPi and GitHub
84+
7785
- Added pre-commit configuration file
7886

7987
- Updated cibuildwheels action to v1.11.1
88+
8089
- Updated thomaseizinger/create-pull-request action to v1.1.0
8190

8291
## [0.5.1] - 2019-02-15
@@ -117,6 +126,8 @@ The ProjectQ v0.5.x release branch is the last one that is guaranteed to work wi
117126

118127
Future releases might introduce changes that will require Python 3.5 (Python 3.4 and earlier have already been declared deprecated at the time of this writing)
119128

120-
[Unreleased]: https://github.com/ProjectQ-Framework/ProjectQ/compare/0.6.0...HEAD
129+
[Unreleased]: https://github.com/ProjectQ-Framework/ProjectQ/compare/0.7.0...HEAD
130+
131+
[0.7.0]: https://github.com/ProjectQ-Framework/ProjectQ/compare/0.6.1...0.7.0
121132

122133
[0.6.0]: https://github.com/ProjectQ-Framework/ProjectQ/compare/0.5.1...0.6.0

0 commit comments

Comments
 (0)