Skip to content

Commit

Permalink
ploomber_core release 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jan 12, 2024
1 parent bf83ec4 commit 83759ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# CHANGELOG

## 0.2.20dev
## 0.2.20 (2024-01-12)

* [Feature] Obtain system info once for faster initialization
* [Feature] Add `Telemetry.from_package` for simpler initialization


## 0.2.19 (2023-12-12)

* [Fix] `@modify_exceptions` decorator now compatible with `ClickException` ([#81](https://github.com/ploomber/core/issues/81))
* [Fix] `[@modify_exceptions](https://github.com/modify_exceptions)` decorator now compatible with `ClickException` ([#81](https://github.com/ploomber/core/issues/81))

## 0.2.18 (2023-12-06)

Expand Down
2 changes: 1 addition & 1 deletion src/ploomber_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.20dev"
__version__ = "0.2.20"

0 comments on commit 83759ac

Please sign in to comment.