# Changelog ## v0.2.5 (2023-06-01) ### Bug Fixes and Other Changes * build(deps): bump actions/checkout from 2 to 3 * build(deps): bump actions/checkout from 2 to 3 ## v0.2.4 (2023-05-31) ### Bug Fixes and Other Changes * adding support for keyword only args. ## v0.2.3 (2023-05-29) ### Bug Fixes and Other Changes * update: adding additional formatting for examples docstrings * update: adding additional doc formatting ## v0.2.2 (2023-05-23) ### Bug Fixes and Other Changes * build(deps): bump actions/setup-python from 2 to 4 * build(deps): bump actions/setup-python from 2 to 4 ### Testing and Release Infrastructure * add dependabot updates for GH actions * add dependabot updates for GH actions ## v0.2.1 (2023-05-18) ### Bug Fixes and Other Changes * handle conflicts with the backticks in arg name ## v0.2.0.post0 (2023-03-16) ### Testing and Release Infrastructure * add dependabot updates for GH actions * add dependabot updates for GH actions ## v0.2.0 (2023-03-09) ### Deprecations and Removals * deprecate python 3.7 * deprecate python 3.7 ## v0.1.2 (2023-02-08) ### Bug Fixes and Other Changes * fixing setup.cfg again * fixing setup.cfg * update: adding build for python 3.10 ## v0.1.1 (2022-11-10) ### Bug Fixes and Other Changes * update: adding publish to pypi workflow. ## v0.1.0 (2022-11-07) ### Features * adding a Braket check style linter plugin for flake8 ### Bug Fixes and Other Changes * updating readme for default to off. * disabling extension by default. * removing unneccessary dependency. * Initial commit