Skip to content

Commit 41264cc

Browse files
author
ci
committed
prepare release v1.3.1
1 parent b148862 commit 41264cc

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## v1.3.1 (2023-04-10)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* add branch coverage for chsh
8+
* Merge branch 'main' into branch_cov
9+
* chore(deps): bump aws-actions/stale-issue-cleanup from 3 to 6
10+
* Merge branch 'main' into dependabot/github_actions/aws-actions/stale-issue-cleanup-6
11+
* update openfermion to version 1.1.0
12+
* Merge branch 'main' into dependabot/github_actions/aws-actions/stale-issue-cleanup-6
13+
* Merge branch 'main' into math411-patch-3
14+
* Add python workflow badge for builds
15+
* Merge branch 'main' into math411-patch-2
16+
* Merge branch 'main' into branch_cov
17+
* update openfermion to version 1.1.0
18+
* chore(deps): bump aws-actions/stale-issue-cleanup from 3 to 6
19+
* Merge branch 'main' into dependabot
20+
* Merge branch 'main' into branch_cov
21+
* Merge branch 'main' into dependabot
22+
* Merge pull request #101 from aws-samples/readme-updates
23+
* Merge branch 'main' into readme-updates
24+
* Merge branch 'main' into math411-patch-2
25+
* Merge branch 'branch_cov' of github.com:aws-samples/amazon-braket-algorithm-library into branch_cov
26+
* tox
27+
* Merge branch 'main' into branch_cov
28+
* add branch coverage for chsh
29+
* raise the PennyLane version to >=0.29.1
30+
* raise the PennyLane version to >=0.29.1
31+
* Update README.md
32+
* Update README.md
33+
34+
### Testing and Release Infrastructure
35+
36+
* add dependabot updates for GH actions
37+
338
## v1.3.0 (2023-04-06)
439

540
### Deprecations and Removals

src/braket/_algos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "1.3.1.dev0"
19+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)