Skip to content

Commit 5f16cc0

Browse files
committed
Incremented version number and added release notes
1 parent 63e8781 commit 5f16cc0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

src/quantum/HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Release History
44
===============
55

6+
1.0.0b5
7+
++++++
8+
* [2025-03-12] Version intended to work with QDK version 1.14.0
9+
* `az quantum job list` has several new parameters to filter, sort, and paginate the job list, see https://learn.microsoft.com/cli/azure/quantum/job?view=azure-cli-latest#az-quantum-job-list
10+
* The `az quantum run`, `az quantum execute`, and `az quantum job submit` commands can access workspace storage accounts not owned by the user.
11+
* Storage blob anonymous access is disabled when new workspace storage accounts are created.
12+
* Service-based Resource Estimation is now fully deprecated. Please use the local Resource Estimator tool, see https://learn.microsoft.com/azure/quantum/intro-to-resource-estimation
13+
* GitHub Issue 30947 has been fixed, https://github.com/Azure/azure-cli/issues/30947
14+
615
1.0.0b4
716
++++++
817
* [2024-10-16] Version intended to work with QDK version 1.9.0

src/quantum/azext_quantum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This is the version reported by the CLI to the service when submitting requests.
1414
# This should be in sync with the extension version in 'setup.py', unless we need to
1515
# submit using a different version.
16-
CLI_REPORTED_VERSION = "1.0.0b4"
16+
CLI_REPORTED_VERSION = "1.0.0b5"
1717

1818

1919
class QuantumCommandsLoader(AzCommandsLoader):

src/quantum/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This version should match the latest entry in HISTORY.rst
1818
# Also, when updating this, please review the version used by the extension to
1919
# submit requests, which can be found at './azext_quantum/__init__.py'
20-
VERSION = '1.0.0b4'
20+
VERSION = '1.0.0b5'
2121

2222
# The full list of classifiers is available at
2323
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)