Skip to content

Commit

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


##
[0.11.0-alpha](v0.10.1-alpha...v0.11.0-alpha)
(2024-08-26)


### Features

* **catalog:** implement conversation and message api
([#77](#77))
([e02b1f1](e02b1f1))
* **catalog:** order asc in create time
([#80](#80))
([98348e9](98348e9))
* **catalog:** support xlsx
([#79](#79))
([f1e2505](f1e2505))
* **catalog:** update the pipeline that ask endpoint use
([#83](#83))
([b5bbc75](b5bbc75))
* **catalog:** update the proto-go
([#82](#82))
([94fa708](94fa708))


### Bug Fixes

* **artifact:** use correct version of proto
([#84](#84))
([cba7e06](cba7e06))

---
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 Aug 28, 2024
1 parent cba7e06 commit 8d844b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.11.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.10.1-alpha...v0.11.0-alpha) (2024-08-26)


### Features

* **catalog:** implement conversation and message api ([#77](https://github.com/instill-ai/artifact-backend/issues/77)) ([e02b1f1](https://github.com/instill-ai/artifact-backend/commit/e02b1f1e80f9f34993860ef48a727bcfb3df2a56))
* **catalog:** order asc in create time ([#80](https://github.com/instill-ai/artifact-backend/issues/80)) ([98348e9](https://github.com/instill-ai/artifact-backend/commit/98348e93fa0b96e64a849f0242503373efddc0ec))
* **catalog:** support xlsx ([#79](https://github.com/instill-ai/artifact-backend/issues/79)) ([f1e2505](https://github.com/instill-ai/artifact-backend/commit/f1e25055ca0dd9a4015ab7b903ba910d2279d898))
* **catalog:** update the pipeline that ask endpoint use ([#83](https://github.com/instill-ai/artifact-backend/issues/83)) ([b5bbc75](https://github.com/instill-ai/artifact-backend/commit/b5bbc7520837999fbc1de6aa93b6aa99e244f44c))
* **catalog:** update the proto-go ([#82](https://github.com/instill-ai/artifact-backend/issues/82)) ([94fa708](https://github.com/instill-ai/artifact-backend/commit/94fa708b0ff275cbb97877ad7d82dd9fa31f1c52))


### Bug Fixes

* **artifact:** use correct version of proto ([#84](https://github.com/instill-ai/artifact-backend/issues/84)) ([cba7e06](https://github.com/instill-ai/artifact-backend/commit/cba7e06851c6bf7ae96924428de93b0c9622ee56))

## [0.10.1-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.10.0-alpha...v0.10.1-alpha) (2024-08-14)


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.10.1-alpha"
".": "0.11.0-alpha"
}

0 comments on commit 8d844b3

Please sign in to comment.