Skip to content

Commit

Permalink
chore(main): release 0.1.0-alpha (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot authored Feb 20, 2022
1 parent 84a9816 commit c6ae41d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.1.0-alpha](https://github.com/instill-ai/protobufs/compare/v0.0.0-alpha...v0.1.0-alpha) (2022-02-20)


### Features

* initialize repo ([30d5d90](https://github.com/instill-ai/protobufs/commit/30d5d90991a62624e1c1c8a3d559351e25b14412))
* **model-backend:** add protobuf for model-backend service ([#4](https://github.com/instill-ai/protobufs/issues/4)) ([3628bcb](https://github.com/instill-ai/protobufs/commit/3628bcb97e942d46261714401153f834e9487b49))


### Bug Fixes

* change message content and bump buf dependency ([f26fcd0](https://github.com/instill-ai/protobufs/commit/f26fcd0e667f08a319114fbd0b9d470e25a06ac2))
* **pipeline-backend:** change the definition of protobuff ([#3](https://github.com/instill-ai/protobufs/issues/3)) ([5d2b040](https://github.com/instill-ai/protobufs/commit/5d2b040d9b85f073be83a1d6b7f032ad00f0d4dd))
* **pipeline:** remove unsed code ([#22](https://github.com/instill-ai/protobufs/issues/22)) ([4e2f9db](https://github.com/instill-ai/protobufs/commit/4e2f9dbbdd5f9b6a328a06a31e9933182a376786))
* **pipeline:** use `full_name` instead of `fullName` ([#19](https://github.com/instill-ai/protobufs/issues/19)) ([9fb7451](https://github.com/instill-ai/protobufs/commit/9fb74510c9346482b25bd291ed2d913e7e3df734))
* remove version from creating model, the version will be to increased ([#18](https://github.com/instill-ai/protobufs/issues/18)) ([bd18728](https://github.com/instill-ai/protobufs/commit/bd18728fcb334bd5c85f88f90bfe6870b6cc7e68))
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.0.0-alpha"
".": "0.1.0-alpha"
}

0 comments on commit c6ae41d

Please sign in to comment.