Skip to content

Commit

Permalink
Prepare release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed Sep 24, 2024
1 parent a5044b7 commit 6331869
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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

0 comments on commit 6331869

Please sign in to comment.