We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca550f commit f049390Copy full SHA for f049390
CHANGELOG.md
@@ -11,11 +11,17 @@ This file lists changes for the GoVPP releases.
11
-
12
-->
13
14
+## 0.3.5
15
+> _18 May 2020_
16
+
17
+### Fixes
18
+- statsclient: Fix stats data errors and panic for VPP 20.05
19
20
## 0.3.4
21
> _17 April 2020_
22
23
### Features
-- Format generated Go source code in-process
24
+- binapi-generator: Format generated Go source code in-process
25
26
## 0.3.3
27
> _9 April 2020_
version/version.go
@@ -23,7 +23,7 @@ import (
var (
name = "govpp"
- version = "v0.3.2"
+ version = "v0.3.5"
commitHash = "unknown"
28
buildBranch = "HEAD"
29
buildStamp = ""
0 commit comments