From 57d8050eae1c7dfcc4e7455132496f29cf8810a7 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:25:00 +0100 Subject: [PATCH] chore(main): release 0.27.0-beta (#316) :robot: I have created a release *beep* *boop* --- ## [0.27.0-beta](https://github.com/instill-ai/component/compare/v0.26.0-beta...v0.27.0-beta) (2024-09-10) ### Features * add asana component ([#311](https://github.com/instill-ai/component/issues/311)) ([d0e1335](https://github.com/instill-ai/component/commit/d0e13352e518bf0929f8dc2cceb069567f2a60ac)) * add chroma component ([#300](https://github.com/instill-ai/component/issues/300)) ([9fa57f6](https://github.com/instill-ai/component/commit/9fa57f68a7ffd3459982781a222f89b40916c6ea)) * add Freshdesk component ([#274](https://github.com/instill-ai/component/issues/274)) ([b22203f](https://github.com/instill-ai/component/commit/b22203f7301c81a93a5dfc9a2c85793ae7020a1b)) * **compogen:** add reference to integrations on Setup block ([#323](https://github.com/instill-ai/component/issues/323)) ([497f785](https://github.com/instill-ai/component/commit/497f785500522dcbbd528357dd6e1bafe440a3e3)) * **document:** improve convert to markdown ([#310](https://github.com/instill-ai/component/issues/310)) ([b531c13](https://github.com/instill-ai/component/commit/b531c136e333098419fffdbbac9c4f0274e6b15a)) * **document:** improve pdf to markdown ([#320](https://github.com/instill-ai/component/issues/320)) ([adae85a](https://github.com/instill-ai/component/commit/adae85a26f7d64b007fd6cdcd46db6ec48d3a7b9)) * **instill:** adopt latest Instill Model protobufs ([#315](https://github.com/instill-ai/component/issues/315)) ([52b7d78](https://github.com/instill-ai/component/commit/52b7d78110ced622fdbf91dd46b28f861ab84c08)) * **text:** add table and list concept into markdown chunking ([#317](https://github.com/instill-ai/component/issues/317)) ([60d5fdb](https://github.com/instill-ai/component/commit/60d5fdbf88bd98faa6df6f4050476dd246e211be)) ### Bug Fixes * **chroma:** change interface ([#319](https://github.com/instill-ai/component/issues/319)) ([1da8988](https://github.com/instill-ai/component/commit/1da89880435c54a1e1188d916dd5bb5861ab094f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 19 +++++++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cee60398..5e9c3226f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.27.0-beta](https://github.com/instill-ai/component/compare/v0.26.0-beta...v0.27.0-beta) (2024-09-10) + + +### Features + +* add asana component ([#311](https://github.com/instill-ai/component/issues/311)) ([d0e1335](https://github.com/instill-ai/component/commit/d0e13352e518bf0929f8dc2cceb069567f2a60ac)) +* add chroma component ([#300](https://github.com/instill-ai/component/issues/300)) ([9fa57f6](https://github.com/instill-ai/component/commit/9fa57f68a7ffd3459982781a222f89b40916c6ea)) +* add Freshdesk component ([#274](https://github.com/instill-ai/component/issues/274)) ([b22203f](https://github.com/instill-ai/component/commit/b22203f7301c81a93a5dfc9a2c85793ae7020a1b)) +* **compogen:** add reference to integrations on Setup block ([#323](https://github.com/instill-ai/component/issues/323)) ([497f785](https://github.com/instill-ai/component/commit/497f785500522dcbbd528357dd6e1bafe440a3e3)) +* **document:** improve convert to markdown ([#310](https://github.com/instill-ai/component/issues/310)) ([b531c13](https://github.com/instill-ai/component/commit/b531c136e333098419fffdbbac9c4f0274e6b15a)) +* **document:** improve pdf to markdown ([#320](https://github.com/instill-ai/component/issues/320)) ([adae85a](https://github.com/instill-ai/component/commit/adae85a26f7d64b007fd6cdcd46db6ec48d3a7b9)) +* **instill:** adopt latest Instill Model protobufs ([#315](https://github.com/instill-ai/component/issues/315)) ([52b7d78](https://github.com/instill-ai/component/commit/52b7d78110ced622fdbf91dd46b28f861ab84c08)) +* **text:** add table and list concept into markdown chunking ([#317](https://github.com/instill-ai/component/issues/317)) ([60d5fdb](https://github.com/instill-ai/component/commit/60d5fdbf88bd98faa6df6f4050476dd246e211be)) + + +### Bug Fixes + +* **chroma:** change interface ([#319](https://github.com/instill-ai/component/issues/319)) ([1da8988](https://github.com/instill-ai/component/commit/1da89880435c54a1e1188d916dd5bb5861ab094f)) + ## [0.26.0-beta](https://github.com/instill-ai/component/compare/v0.25.0-beta...v0.26.0-beta) (2024-08-29) diff --git a/release-please/manifest.json b/release-please/manifest.json index ae43d7f49..d083177af 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.0-beta" + ".": "0.27.0-beta" }