Skip to content

Commit

Permalink
Bump version (v0.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Apr 21, 2018
1 parent 64a17b5 commit 600ee48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package main

var (
AppName = "Pat"
Version = "0.6.0"
Version = "0.6.1"
GitRev = "unknown origin" // Set by make.bash
)
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pat (0.6.1) stable; urgency=medium

* Add deb package `dist` as conflicting package (https://github.com/la5nta/pat/issues/131)
* Include systemd unit file for ARDOPc (https://github.com/la5nta/pat/issues/130)
* Set correct URL parameter for serial-tnc.Baudrate (https://github.com/la5nta/pat/issues/129)
* Fix Go 1.10 compatibility issue (https://github.com/la5nta/pat/issues/121)

-- Martin Hebnes Pedersen <[email protected]> Sun, 21 Apr 2018 11:23:40 +0200

pat (0.6.0) stable; urgency=high

* Support Winlink's new mixed-case password scheme (https://github.com/la5nta/pat/issues/113)
Expand Down
2 changes: 1 addition & 1 deletion osx/pat.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
<key>USE_HFS+_COMPRESSION</key>
<true/>
<key>VERSION</key>
<string>0.6.0</string>
<string>0.6.1</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit 600ee48

Please sign in to comment.