We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3565c6c commit 2215519Copy full SHA for 2215519
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.33.6 (2025-11-10)
4
+
5
+### Bug Fixes and Other Changes
6
7
+ * fall back to programs when program set is too big
8
9
## v1.33.5 (2025-10-23)
10
11
### Bug Fixes and Other Changes
src/braket/pennylane_plugin/_version.py
@@ -15,4 +15,4 @@
15
Version number (major.minor.patch[-label])
16
"""
17
18
-__version__ = "1.33.6.dev0"
+__version__ = "1.33.6"
0 commit comments