Skip to content

Commit 9624d9b

Browse files
authored
chore(main): release 0.1.1-alpha (#31)
1 parent 02af2ff commit 9624d9b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [0.1.1-alpha](https://github.com/instill-ai/protogen-go/compare/v0.1.0-alpha...v0.1.1-alpha) (2022-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* create TriggerPipeline rpc for new model-backend ([#32](https://github.com/instill-ai/protogen-go/issues/32)) ([02af2ff](https://github.com/instill-ai/protogen-go/commit/02af2ff006ead825392794e05b5f8c26d581c0c6))
9+
* **model:** move name and version out of updated model info message struct ([#33](https://github.com/instill-ai/protogen-go/issues/33)) ([93ef9d9](https://github.com/instill-ai/protogen-go/commit/93ef9d9fcbcc1e350fa62af9d51b4e0e97e79574))
10+
* udpate predict method for url/base64 ([#30](https://github.com/instill-ai/protogen-go/issues/30)) ([ed55996](https://github.com/instill-ai/protogen-go/commit/ed559967d7ea0004b2f7347f1384cc7fa2a7a2a0))
11+
312
## [0.1.0-alpha](https://github.com/instill-ai/protogen-go/compare/v0.0.0-alpha...v0.1.0-alpha) (2022-02-19)
413

514

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha"
2+
".": "0.1.1-alpha"
33
}

0 commit comments

Comments
 (0)