Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Prepare AutoQASM release v0.1.1 #36

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.1.1 (2024-06-17)

### What's Changed
* change: get dimensions for aq.ArrayVar automatically by @Yash-10 in https://github.com/amazon-braket/autoqasm/pull/22
* fix: fix issue with kwargs while calling subroutine by @atharva-satpute in https://github.com/amazon-braket/autoqasm/pull/23
* fix: multi-dimensional ArrayVar declaration by @rmshaffer in https://github.com/amazon-braket/autoqasm/pull/25
* documentation: add .build() call on examples of displaying MainProgra… by @potatoboiler in https://github.com/amazon-braket/autoqasm/pull/24
* feat: Add @aq.hybrid_job decorator by @rmshaffer in https://github.com/amazon-braket/autoqasm/pull/21
* feature: support integer division by @abidart in https://github.com/amazon-braket/autoqasm/pull/29
* fix: mangle OpenQASM keywords by @atharva-satpute in https://github.com/amazon-braket/autoqasm/pull/28
* feature: add support for typecasting by @abidart in https://github.com/amazon-braket/autoqasm/pull/27
* fix: Pin amazon-braket-sdk version to 1.81.0 by @rmshaffer in https://github.com/amazon-braket/autoqasm/pull/35

### New Contributors
* @Yash-10 made their first contribution in https://github.com/amazon-braket/autoqasm/pull/22
* @atharva-satpute made their first contribution in https://github.com/amazon-braket/autoqasm/pull/23
* @potatoboiler made their first contribution in https://github.com/amazon-braket/autoqasm/pull/24
* @abidart made their first contribution in https://github.com/amazon-braket/autoqasm/pull/29

**Full Changelog**: https://github.com/amazon-braket/autoqasm/compare/v0.1.0...v0.1.1

## v0.1.0 (2024-05-22)

This is the initial pre-release version of AutoQASM.
Expand Down