Skip to content

Commit 73733b0

Browse files
committed
Update changelog for release 0.2.0
Change-Id: Ifed742e75a48d065987d945c8667af2bdedb876a Signed-off-by: Ondrej Fabry <[email protected]>
1 parent 58601b4 commit 73733b0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
This file lists changes for the GoVPP releases.
44

5+
## 0.2.0
6+
> _04 November 2019_
7+
8+
### Fixes
9+
- fixed socketclient for 19.08
10+
- fixed binapi compatibility with master (20.01-rc0)
11+
- fixed panic during stat data conversion
12+
13+
### Features
14+
- introduce proxy for remote access to stats and binapi
15+
- optimizations for statclient
16+
17+
### Other
18+
- migrate to Go modules
19+
- print info for users when sockets are missing
20+
21+
522
## 0.1.0
623
> _03 July 2019_
724

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.0.0+unknown"
26+
version = "v0.2.0"
2727
commitHash = "unknown"
2828
buildBranch = "HEAD"
2929
buildStamp = ""

0 commit comments

Comments
 (0)