Skip to content

Commit f049390

Browse files
committed
Bump version to v0.3.5
Change-Id: I14aa5446ad218f06a06b9e40e0adde6ca81e4819 Signed-off-by: Ondrej Fabry <[email protected]>
1 parent 7ca550f commit f049390

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@ This file lists changes for the GoVPP releases.
1111
-
1212
-->
1313

14+
## 0.3.5
15+
> _18 May 2020_
16+
17+
### Fixes
18+
- statsclient: Fix stats data errors and panic for VPP 20.05
19+
1420
## 0.3.4
1521
> _17 April 2020_
1622
1723
### Features
18-
- Format generated Go source code in-process
24+
- binapi-generator: Format generated Go source code in-process
1925

2026
## 0.3.3
2127
> _9 April 2020_

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
var (
2525
name = "govpp"
26-
version = "v0.3.2"
26+
version = "v0.3.5"
2727
commitHash = "unknown"
2828
buildBranch = "HEAD"
2929
buildStamp = ""

0 commit comments

Comments
 (0)