Skip to content

Commit

Permalink
prepare release v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Jul 1, 2024
1 parent e0044d5 commit 1ec466c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.2.11 (2024-07-01)

### Bug Fixes and Other Changes

* build(deps): bump actions/setup-python from 4 to 5
* build(deps): bump codecov/codecov-action from 3 to 4
* Allow `None` as default value for `Any` type hint

## v0.2.10 (2023-11-07)

### Bug Fixes and Other Changes
Expand Down
2 changes: 1 addition & 1 deletion src/braket/_build_tools/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.2.11.dev0"
__version__ = "0.2.11"

0 comments on commit 1ec466c

Please sign in to comment.