Skip to content

Commit

Permalink
chore(main): release 0.47.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Dec 3, 2024
1 parent da6568e commit e1054f0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.47.0-beta](https://github.com/instill-ai/instill-core/compare/v0.46.0-beta...v0.47.0-beta) (2024-12-03)


### Bug Fixes

* **ci:** use xk6-sql driver and pin down versions ([#1159](https://github.com/instill-ai/instill-core/issues/1159)) ([321a041](https://github.com/instill-ai/instill-core/commit/321a0413f312cae4dcd0f5df8b139b08ecf0c036))


### Miscellaneous Chores

* release v0.47.0-beta ([da6568e](https://github.com/instill-ai/instill-core/commit/da6568ebc81a8f1d1186d0d2ff125da6fad71f6e))

## [0.46.0-beta](https://github.com/instill-ai/instill-core/compare/v0.45.0-beta...v0.46.0-beta) (2024-11-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Execute the following commands to pull pre-built images with all the dependencie

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.46.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.47.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core

# Launch all services
$ make all
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.46.0-beta"
".": "0.47.0-beta"
}

0 comments on commit e1054f0

Please sign in to comment.