Skip to content

Commit

Permalink
Bump version (v0.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Feb 19, 2020
1 parent 59f4bc0 commit f52df2f
Show file tree
Hide file tree
Showing 3 changed files with 12 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.8.0"
Version = "0.9.0"
GitRev = "unknown origin" // Set by make.bash
)
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pat (0.9.0) stable; urgency=medium

* Less aggressive websocket timeout
* Add column sorting in Web GUI
* Require Go 1.10 or later
* Fix GPSd config bug introduced in v0.8.0
* Fix (mainly macOS) bug related to many open file descriptors

-- Martin Hebnes Pedersen <[email protected]> Wed, 19 Feb 2020 20:13:18 +0100

pat (0.8.0) stable; urgency=medium

* GPSd support in Web GUI
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.8.0</string>
<string>0.9.0</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit f52df2f

Please sign in to comment.