Skip to content

Commit

Permalink
Bump version (v0.12.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Oct 31, 2021
1 parent 3e4ab77 commit ea4cfee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
pat (0.12.0) stable; urgency=medium

* Follow the XDG Base Directory Specification
* Add support for sending in precedence order
* Add new serial-tnc baudrate configuration options
* Fix bug in forms parsing leading to missing forms
* Fix permissions issue when updating forms
* Fix FBB protocol handshake issue
* Improve fsnotify handling for mailbox events
* More descriptive error on premature disconnect
* Add basic debug logging capabilities
* Various dependency updates and refactoring

-- Martin Hebnes Pedersen <[email protected]> Sun, 31 Oct 2021 17:28:02 +0100

pat (0.11.0) stable; urgency=medium

* Add support for Winlink HTML Forms
Expand Down
2 changes: 1 addition & 1 deletion internal/buildinfo/VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// AppName is the friendly name of the app.
AppName = "Pat"
// Version is the app's SemVer.
Version = "0.11.0"
Version = "0.12.0"
)

// GitRev is the git commit hash that the binary was built at.
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.11.0</string>
<string>0.12.0</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit ea4cfee

Please sign in to comment.