Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit fc25c0d

Browse files
committed
Checking in changes prior to tagging of version v1.2.0
1 parent e8a4548 commit fc25c0d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.2.0](https://github.com/a-know/pi/compare/v1.1.0...v1.2.0) (2020-03-30)
4+
5+
* Follow pixela updates [#20](https://github.com/a-know/pi/pull/20) ([a-know](https://github.com/a-know))
6+
37
## [v1.1.0](https://github.com/a-know/pi/compare/v1.0.3...v1.1.0) (2019-07-26)
48

59
* Follow Pixela updates [#18](https://github.com/a-know/pi/pull/18) ([a-know](https://github.com/a-know))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package pi
22

3-
const version = "1.1.0"
3+
const version = "1.2.0"
44

55
var revision = "Devel"

0 commit comments

Comments
 (0)