Skip to content

Commit

Permalink
Prepare release v0.1.1 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer authored Jun 18, 2024
1 parent b258535 commit 401d71f
Showing 1 changed file with 21 additions and 0 deletions.
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

0 comments on commit 401d71f

Please sign in to comment.