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.3-beta] ( https://github.com/instill-ai/instill-core/compare/v0.50.2-beta...v0.50.3-beta ) (2025-04-17)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release v0.50.3-beta ([ 0c96bb6] ( https://github.com/instill-ai/instill-core/commit/0c96bb60460cf0a1704b0ae15d11ac750920ccc6 ) )
9
+
3
10
## [ 0.50.2-beta] ( https://github.com/instill-ai/instill-core/compare/v0.50.1-beta...v0.50.2-beta ) (2025-04-01)
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.2 -beta https://github.com/instill-ai/instill-core.git && cd instill-core
63
+ $ git clone -b v0.50.3 -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.2 -beta"
2
+ "." : " 0.50.3 -beta"
3
3
}
You can’t perform that action at this time.
0 commit comments