We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7cb2c5 + 3c34f47 commit 3564571Copy full SHA for 3564571
CHANGELOG.md
@@ -9,6 +9,7 @@
9
10
### Components
11
12
+- `srcd/gitbase-web` has been updated to [v0.6.5](https://github.com/src-d/gitbase-web/releases/tag/v0.6.5).
13
- `bblfsh/bblfshd` has been updated to [v2.12.1-drivers](https://github.com/bblfsh/bblfshd/releases/tag/v2.12.1).
14
15
### Breaking Changes
components/components.go
@@ -106,7 +106,7 @@ var (
106
GitbaseWeb = Component{
107
Name: "srcd-cli-gitbase-web",
108
Image: "srcd/gitbase-web",
109
- Version: "v0.6.4",
+ Version: "v0.6.5",
110
}
111
112
Bblfshd = Component{
0 commit comments