Version 0.2.0 (#1551)

* v0.2.0-rc2

* Update CHANGES.md (also with some markdown lint suggestions)

* Update version number

* Update CHANGES.md

* Update CHANGES.md

* Update CHANGES.md

* Add known issue

* Update CHANGES.md
This commit is contained in:
Neil Alexander 2020-10-20 16:46:53 +01:00 committed by GitHub
parent 39c7a8915c
commit 6a16d46fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 128 additions and 68 deletions

View file

@ -16,7 +16,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 1
VersionMinor = 2
VersionPatch = 0
VersionTag = "" // example: "rc1"
)