Skip to content

Commit

Permalink
Bump version (v0.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Sep 18, 2019
1 parent 2f03f0f commit 7e84601
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.1"
Version = "0.7.0"
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.7.0) stable; urgency=medium

* Support PACTOR PTC-II and PTC-III (https://github.com/la5nta/pat/issues/40)
* Fix QSY frequency rounding error (https://github.com/la5nta/pat/issues/147)
* Fix panic on ARDOP TNC connection teardown (https://github.com/la5nta/pat/issues/137)
* Fix ARDOP compatibility issue (https://github.com/la5nta/pat/issues/139)

-- Martin Hebnes Pedersen <[email protected]> Wed, 18 Sep 2019 21:56:17 +0200

pat (0.6.1) stable; urgency=medium

* Add deb package `dist` as conflicting package (https://github.com/la5nta/pat/issues/131)
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.1</string>
<string>0.7.0</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit 7e84601

Please sign in to comment.