Skip to content

Commit 0f5fcfe

Browse files
authored
chore(main): release 0.48.1-beta (#1167)
🤖 I have created a release *beep* *boop* --- ## [0.48.1-beta](v0.48.0-beta...v0.48.1-beta) (2025-01-20) ### Bug Fixes * **ci:** remove step to stop mono service ([#1168](#1168)) ([c4225a2](c4225a2)) ### Miscellaneous Chores * **release:** release v0.48.1-beta ([9004968](9004968)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent c4225a2 commit 0f5fcfe

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [0.48.1-beta](https://github.com/instill-ai/instill-core/compare/v0.48.0-beta...v0.48.1-beta) (2025-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** remove step to stop mono service ([#1168](https://github.com/instill-ai/instill-core/issues/1168)) ([c4225a2](https://github.com/instill-ai/instill-core/commit/c4225a217f5d6066d298b833e07660fa58eb9932))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **release:** release v0.48.1-beta ([9004968](https://github.com/instill-ai/instill-core/commit/90049685e6ea462ee7036dbb912a7042821c4855))
14+
315
## [0.48.0-beta](https://github.com/instill-ai/instill-core/compare/v0.47.0-beta...v0.48.0-beta) (2024-12-17)
416

517

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Execute the following commands to pull pre-built images with all the dependencie
6666

6767
<!-- x-release-please-start-version -->
6868
```bash
69-
$ git clone -b v0.48.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
69+
$ git clone -b v0.48.1-beta https://github.com/instill-ai/instill-core.git && cd instill-core
7070

7171
# Launch all services
7272
$ make all

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.48.0-beta"
2+
".": "0.48.1-beta"
33
}

0 commit comments

Comments
 (0)