From 4df9aac467a4f1cf64afc6e5bc9c1530637ebac5 Mon Sep 17 00:00:00 2001 From: ci Date: Sat, 6 Jul 2024 17:47:14 +0000 Subject: [PATCH] prepare release v0.2.1 --- CHANGELOG.md | 6 ++++++ src/braket/simulator_v2/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f911e1..1366ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.2.1 (2024-07-06) + +### Bug Fixes and Other Changes + + * StateVector shouldn't be a supported pragma for DM simulator + ## v0.2.0 (2024-07-02) ### Features diff --git a/src/braket/simulator_v2/_version.py b/src/braket/simulator_v2/_version.py index 71ae8f5..3ced358 100644 --- a/src/braket/simulator_v2/_version.py +++ b/src/braket/simulator_v2/_version.py @@ -1 +1 @@ -__version__ = "0.2.1.dev0" +__version__ = "0.2.1"