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.50.1-beta] ( https://github.com/instill-ai/instill-core/compare/v0.50.0-beta...v0.50.1-beta ) (2025-03-30)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release v0.50.1-beta ([ 138096b] ( https://github.com/instill-ai/instill-core/commit/138096bdcf881e45f2fbcd252e35d0c173542683 ) )
9
+
3
10
## [ 0.50.0-beta] ( https://github.com/instill-ai/instill-core/compare/v0.49.0-beta...v0.50.0-beta ) (2025-03-28)
4
11
5
12
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Execute the following commands to pull pre-built images with all the dependencie
60
60
61
61
<!-- x-release-please-start-version -->
62
62
``` bash
63
- $ git clone -b v0.50.0 -beta https://github.com/instill-ai/instill-core.git && cd instill-core
63
+ $ git clone -b v0.50.1 -beta https://github.com/instill-ai/instill-core.git && cd instill-core
64
64
65
65
# Launch all services
66
66
$ make all
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.50.0 -beta"
2
+ "." : " 0.50.1 -beta"
3
3
}
You can’t perform that action at this time.
0 commit comments