From 5543f324d7c5b670d24c620bf4fdb840a39b3925 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:16:38 -0700 Subject: [PATCH] chore(main): release 2.3.0 (#62) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556f384..fc53c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ ## [2.3.0](https://github.com/parkerbxyz/guru-to-github/compare/v2.2.0...v2.3.0) (2024-04-11) + +### Features + +* add support for syncing multiple collections ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) +* add support for syncing multiple collections ([#57](https://github.com/parkerbxyz/guru-to-github/issues/57)) ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) + + +### Bug Fixes + +* **deps:** update dependencies ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) +* do not attempt to delete nonexistent file ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) +* handle special characters in folder names ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) +* quote file path in API request URLs ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) +* set external_id to None if not found in metadata ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) +* skip images with invalid extension ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) + + +### Documentation + +* **README:** update inputs and example workflows ([95f0e43](https://github.com/parkerbxyz/guru-to-github/commit/95f0e43c44bdb9fc5e3b7b33a4f63c73e6226134)) + +## [2.3.0](https://github.com/parkerbxyz/guru-to-github/compare/v2.2.0...v2.3.0) (2024-04-11) + ### Features * add support for syncing multiple collections ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))