From b14b7c23a74bbeb3783474e7fe4a3541c6f9b845 Mon Sep 17 00:00:00 2001 From: Warren Jones Date: Tue, 1 Nov 2022 14:17:38 -0700 Subject: [PATCH 1/2] Update QDK version in Release History --- src/quantum/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quantum/HISTORY.rst b/src/quantum/HISTORY.rst index 3ef0d9a27aa..2917f66acf6 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -5,7 +5,7 @@ Release History 0.17.0 ++++++ -* [2022-10-14] Version intended to work with QDK version 0.26.233415 +* [2022-10-14] Initial 0.17.0 release was intended to work with QDK version 0.26.233415, however additional functionality has been added to QDK version to 0.27.238334 that can be accessed by this CLI release. See https://learn.microsoft.com/azure/quantum/release-notes * The `az quantum` reference documentation now indicates which command parameters are required, and missing-parameter error messages are more informative. See https://learn.microsoft.com/cli/azure/quantum * You can submit jobs to the microsoft.simulator.resources-estimator target using the CLI. From 1f611a86261a014382b528757b3d6e865ac83656 Mon Sep 17 00:00:00 2001 From: Warren Jones Date: Tue, 1 Nov 2022 14:40:08 -0700 Subject: [PATCH 2/2] Add date of history file update --- src/quantum/HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/quantum/HISTORY.rst b/src/quantum/HISTORY.rst index 2917f66acf6..d0aa5beaaf5 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -5,7 +5,8 @@ Release History 0.17.0 ++++++ -* [2022-10-14] Initial 0.17.0 release was intended to work with QDK version 0.26.233415, however additional functionality has been added to QDK version to 0.27.238334 that can be accessed by this CLI release. See https://learn.microsoft.com/azure/quantum/release-notes +* [2022-11-02] Update default QDK version to latest 0.27.238334 - See https://learn.microsoft.com/azure/quantum/release-notes. +* [2022-10-14] [Edited] The 0.17.0 release was originally intended to work with QDK version 0.26.233415, however additional functionality has been added to QDK version to 0.27.238334 that can be accessed by CLI extension 0.17.0. * The `az quantum` reference documentation now indicates which command parameters are required, and missing-parameter error messages are more informative. See https://learn.microsoft.com/cli/azure/quantum * You can submit jobs to the microsoft.simulator.resources-estimator target using the CLI.