From ead5897ca1bba0b952068a84bf5e872a730c38ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:50:19 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c4136..dbc6c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.2](https://github.com/thinkJD/bibli-o-mat/compare/v0.2.1...v0.2.2) (2023-06-13) + + +### Bug Fixes + +* **deps:** update dependency requests to v2.31.0 ([#40](https://github.com/thinkJD/bibli-o-mat/issues/40)) ([51df553](https://github.com/thinkJD/bibli-o-mat/commit/51df55380d2729c523bb5c3c89eafa1f87f1f0b7)) +* **deps:** update dependency rich to v13.4.2 ([#42](https://github.com/thinkJD/bibli-o-mat/issues/42)) ([d95afef](https://github.com/thinkJD/bibli-o-mat/commit/d95afef453106757065947debe65e71973b68a40)) +* **deps:** update dependency tinydb to v4.8.0 ([#44](https://github.com/thinkJD/bibli-o-mat/issues/44)) ([955650f](https://github.com/thinkJD/bibli-o-mat/commit/955650f858bc8dcfc86633a4ce779612dad20b6c)) + ## [0.2.1](https://github.com/thinkJD/bibli-o-mat/compare/v0.2.0...v0.2.1) (2023-04-30) diff --git a/pyproject.toml b/pyproject.toml index 9fde2b4..269491c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bibli-o-mat" -version = "0.2.1" +version = "0.2.2" description = "" authors = ["thinkJD "] readme = "README.md"