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.16.0-alpha] ( https://github.com/instill-ai/vdp/compare/v0.15.0-alpha...v0.16.0-alpha ) (2023-10-13)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * ** release:** release v0.16.0-alpha ([ 6355d33] ( https://github.com/instill-ai/vdp/commit/6355d335477898acea0e40b9fa32131179092531 ) )
9
+
3
10
## [ 0.15.0-alpha] ( https://github.com/instill-ai/vdp/compare/v0.14.0-alpha...v0.15.0-alpha ) (2023-09-30)
4
11
5
12
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Execute the following commands to start pre-built images with all the dependenci
50
50
51
51
<!-- x-release-please-start-version -->
52
52
``` bash
53
- $ git clone -b v0.15 .0-alpha https://github.com/instill-ai/vdp.git && cd vdp
53
+ $ git clone -b v0.16 .0-alpha https://github.com/instill-ai/vdp.git && cd vdp
54
54
55
55
# Launch all services
56
56
$ make all
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.15 .0-alpha"
2
+ "." : " 0.16 .0-alpha"
3
3
}
You can’t perform that action at this time.
0 commit comments