File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.48.0-beta] ( https://github.com/instill-ai/instill-core/compare/v0.47.0-beta...v0.48.0-beta ) (2024-12-17)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release v0.48.0-beta ([ 2f4be47] ( https://github.com/instill-ai/instill-core/commit/2f4be479d81105c57cf7bb63e2be471b4febff4b ) )
9
+
3
10
## [ 0.47.0-beta] ( https://github.com/instill-ai/instill-core/compare/v0.46.0-beta...v0.47.0-beta ) (2024-12-03)
4
11
5
12
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Execute the following commands to pull pre-built images with all the dependencie
66
66
67
67
<!-- x-release-please-start-version -->
68
68
``` bash
69
- $ git clone -b v0.47 .0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
69
+ $ git clone -b v0.48 .0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
70
70
71
71
# Launch all services
72
72
$ make all
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.47 .0-beta"
2
+ "." : " 0.48 .0-beta"
3
3
}
You can’t perform that action at this time.
0 commit comments