Skip to content

Commit

Permalink
Bump version (v0.15.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Nov 7, 2023
1 parent 2e61f66 commit b9f4b00
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
pat (0.15.1) stable; urgency=medium

* Support config overrides using env variables
* Only attach Forms XML if a viewer file is defined
* Fix handling of SVG attachments (don't attempt auto resize)
* VARA: Silence "got a vara command I wasn't expecting..." messages
* VARA: Fix leak when re-initializing the modem connection
* hamlib: Fix compatibility with rigctld in VFO Mode
* hamlib: Fix tests and compilation when statically linking libhamlib
* New experiment FW_AUX_ONLY_EXPERIMENT (disabled by default)
* Require Go 1.19 or later (due to updated dependencies)

-- Martin Hebnes Pedersen <martin.h.pedersen@gmail.com> Sun, 5 Nov 2023 12:44:08 +0100

pat (0.15.0) stable; urgency=medium

* Restore previous connect parameters from browser's local storage
Expand Down
2 changes: 1 addition & 1 deletion internal/buildinfo/VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ const (
// 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.15.0"
Version = "0.15.1"
)
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.15.0</string>
<string>0.15.1</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit b9f4b00

Please sign in to comment.