Skip to content

Commit

Permalink
Release 0.4.0a1 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis authored Apr 18, 2022
1 parent d3c43c4 commit 4f469b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## [Unreleased]

## [0.4.0a1] - 2022-04-18

- Adding static result allocation by @idavis in https://github.com/qir-alliance/pyqir/pull/103
- Bumping version to `0.4.0a1` by @idavis in https://github.com/qir-alliance/pyqir/pull/105
- Changing default value of use_static_result_alloc to True by @idavis in https://github.com/qir-alliance/pyqir/pull/106
- Changing default value of `use_static_result_alloc` to `True` by @idavis in https://github.com/qir-alliance/pyqir/pull/106

PR [#106](https://github.com/qir-alliance/pyqir/pull/106) changes
the default way `Result`s are emitted in emitted QIR.
Expand Down Expand Up @@ -93,7 +95,8 @@ class:

- Initial Release

[Unreleased]: https://github.com/qir-alliance/pyqir/compare/v0.3.2a1...HEAD
[Unreleased]: https://github.com/qir-alliance/pyqir/compare/v0.4.0a1...HEAD
[0.4.0a1]: https://github.com/qir-alliance/pyqir/compare/v0.3.2a1...v0.4.0a1
[0.3.2a1]: https://github.com/qir-alliance/pyqir/compare/v0.3.1a1...v0.3.2a1
[0.3.1a1]: https://github.com/qir-alliance/pyqir/compare/v0.3.0a1...v0.3.1a1
[0.3.0a1]: https://github.com/qir-alliance/pyqir/compare/v0.2.0a1...v0.3.0a1
Expand Down

0 comments on commit 4f469b8

Please sign in to comment.