Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
chore(main): release 0.14.0-beta (#134)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.14.0-beta](v0.13.0-beta...v0.14.0-beta)
(2024-03-12)


### Features

* add description field to connectors
([#133](#133))
([00178f4](00178f4))
* adopt the new GetConnectorDefinition function interface
([#135](#135))
([140fe8f](140fe8f))
* **huggingface:** mark "model" field as required
([#136](#136))
([f6c0087](f6c0087))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Mar 12, 2024
1 parent f60b343 commit 4bb39ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.14.0-beta](https://github.com/instill-ai/connector/compare/v0.13.0-beta...v0.14.0-beta) (2024-03-12)


### Features

* add description field to connectors ([#133](https://github.com/instill-ai/connector/issues/133)) ([00178f4](https://github.com/instill-ai/connector/commit/00178f471ffdd5c6b6ed0efa4aa8be6044cbeec7))
* adopt the new GetConnectorDefinition function interface ([#135](https://github.com/instill-ai/connector/issues/135)) ([140fe8f](https://github.com/instill-ai/connector/commit/140fe8f50dedf4e78cbaa5d47e89982456843c77))
* **huggingface:** mark "model" field as required ([#136](https://github.com/instill-ai/connector/issues/136)) ([f6c0087](https://github.com/instill-ai/connector/commit/f6c0087455ff58255963d5e89f0f5138a390a725))

## [0.13.0-beta](https://github.com/instill-ai/connector/compare/v0.12.0-beta...v0.13.0-beta) (2024-02-29)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.0-beta"
".": "0.14.0-beta"
}

0 comments on commit 4bb39ae

Please sign in to comment.