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

change: Prepare AutoQASM release v0.1.2 #47

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.1.2 (2024-09-24)

### What's Changed
* doc: Add syntax highlighting to Python code blocks by @josh146 in https://github.com/amazon-braket/autoqasm/pull/43
* doc: Update CODEOWNERS file by @rmshaffer in https://github.com/amazon-braket/autoqasm/pull/42
* fix: Ensure all tests use valid OpenQASM and upgrade to latest Braket SDK by @rmshaffer in https://github.com/amazon-braket/autoqasm/pull/45
* doc: Highlight Python syntax in md files by @rmshaffer in https://github.com/amazon-braket/autoqasm/pull/44

### New Contributors
* @josh146 made their first contribution in https://github.com/amazon-braket/autoqasm/pull/43

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

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

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="autoqasm",
version="0.1.1",
version="0.1.2",
license="Apache License 2.0",
python_requires=">= 3.9",
packages=find_namespace_packages(where="src", exclude=("test",)),
Expand Down