Skip to content

Commit

Permalink
Bump version (v0.13.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Aug 20, 2022
1 parent 6756d99 commit 9af5b33
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
pat (0.13.0) stable; urgency=medium

* Add support for VARAHF and VARAFM
* Add support for setting the ARDOP ARQ bandwidth when dialing a connection
* Include linux/arm64 deb package in releases
* Remove support for WINMOR TNCs
* Add generic support for dial cancellation
* Implement dial cancellation for ax25:// and telnet://
* Improved non-interactive CLI compose command
* Improved shutdown behavior
* Improved FBB protocol compatibility with BPQ Mail
* Minor improvements and bug fixes to the PACTOR and serial-tnc transports
* Add a build system and package management for the Web GUI

-- Martin Hebnes Pedersen <[email protected]> Sat, 20 Aug 2022 21:42:05 +0200

pat (0.12.1) stable; urgency=medium

* Add support for configurable telnet dial timeout (for Iridium GO users)
Expand Down
9 changes: 8 additions & 1 deletion internal/buildinfo/VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ package buildinfo

const (
// AppName is the friendly name of the app.
//
// Forks should consider using a different name.
AppName = "Pat"

// Version is the app's SemVer.
Version = "0.12.1"
//
// Forks should NOT bump this unless they use a unique AppName. The Winlink
// system uses this to derive the "these users should upgrade" wall of shame
// from CMS connects.
Version = "0.13.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.12.1</string>
<string>0.13.0</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit 9af5b33

Please sign in to comment.