From d383f26e18954c642aa41c2b35c8e2aa16b4b3f1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:17:49 -0700 Subject: [PATCH] chore(main): release 2.3.3 (#79) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67507ee..65af423 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.2" + ".": "2.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3761e..16369bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.3.3](https://github.com/parkerbxyz/guru-to-github/compare/v2.3.2...v2.3.3) (2024-09-25) + + +### Bug Fixes + +* **deps:** bump certifi from 2024.2.2 to 2024.7.4 in the pip group ([#76](https://github.com/parkerbxyz/guru-to-github/issues/76)) ([d5b99e0](https://github.com/parkerbxyz/guru-to-github/commit/d5b99e01d7b10fca58ae2b82630cfc682016c6f0)) +* enhance error messages with additional context ([4c99eef](https://github.com/parkerbxyz/guru-to-github/commit/4c99eef2acdc06188ab24b045ca62b66d7077643)) + ## [2.3.2](https://github.com/parkerbxyz/guru-to-github/compare/v2.3.1...v2.3.2) (2024-06-28)