We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3b19c commit 92ab6a6Copy full SHA for 92ab6a6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.5.1 (2024-11-25)
4
+
5
+### Bug Fixes and Other Changes
6
7
+ * build(deps): bump codecov/codecov-action from 4 to 5
8
9
## v1.5.0 (2024-09-27)
10
11
### Features
src/braket/_algos/_version.py
@@ -16,4 +16,4 @@
16
Version number (major.minor.patch[-label])
17
"""
18
19
-__version__ = "1.5.1.dev0"
+__version__ = "1.5.1"
0 commit comments