Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Jan 22, 2018
1 parent b9b3db2 commit 790d72c
Show file tree
Hide file tree
Showing 3 changed files with 10 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.5.1"
Version = "0.6.0"
GitRev = "unknown origin" // Set by make.bash
)
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
pat (0.6.0) stable; urgency=high

* Support Winlink's new mixed-case password scheme (https://github.com/la5nta/pat/issues/113)
* Support for distance and azumuth in rmslist (https://github.com/la5nta/pat/pull/112)
* Improved ARDOP ID-frame parser

-- Martin Hebnes Pedersen <[email protected]> Mon, 22 Jan 2018 21:41:13 +0100

pat (0.5.1) stable; urgency=medium

* Support ARDOP >= v1.0 (https://github.com/la5nta/pat/issues/108)
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.5.1</string>
<string>0.6.0</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit 790d72c

Please sign in to comment.