Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

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


##
[0.1.0-alpha](v0.0.0-alpha...v0.1.0-alpha)
(2023-04-08)


### Features

* control loop for model state monitoring
([#1](#1))
([a692c76](a692c76))


### Bug Fixes

* add missing integration test files
([#6](#6))
([bdb8eb7](bdb8eb7))
* hotfix dockerfile
([96555e5](96555e5))
* **model:** adopt latest model structure
([#7](#7))
([d5c4264](d5c4264))

---
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 Apr 8, 2023
1 parent 816dd78 commit f44bfbe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.1.0-alpha](https://github.com/instill-ai/controller/compare/v0.0.0-alpha...v0.1.0-alpha) (2023-04-08)


### Features

* control loop for model state monitoring ([#1](https://github.com/instill-ai/controller/issues/1)) ([a692c76](https://github.com/instill-ai/controller/commit/a692c76f6d93c45af01550de11759c76610e3123))


### Bug Fixes

* add missing integration test files ([#6](https://github.com/instill-ai/controller/issues/6)) ([bdb8eb7](https://github.com/instill-ai/controller/commit/bdb8eb77fbbb91f778724760aa0799c155f8f2b5))
* hotfix dockerfile ([96555e5](https://github.com/instill-ai/controller/commit/96555e5c8955482e2a50a4c8934d517a778c4d0f))
* **model:** adopt latest model structure ([#7](https://github.com/instill-ai/controller/issues/7)) ([d5c4264](https://github.com/instill-ai/controller/commit/d5c4264a718184e153832f2a7c00ffc4bba2516e))
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 f44bfbe

Please sign in to comment.