We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c93378 commit 538e7e7Copy full SHA for 538e7e7
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# CHANGELOG
2
3
-## 0.2.19dev
+## 0.2.19 (2023-12-12)
4
5
-* [Fix] `@modify_exceptions` decorator now compatible with `ClickException` (#81)
+* [Fix] `@modify_exceptions` decorator now compatible with `ClickException` ([#81](https://github.com/ploomber/core/issues/81))
6
7
## 0.2.18 (2023-12-06)
8
src/ploomber_core/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.19dev"
+__version__ = "0.2.19"
0 commit comments