File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.12.1 - Unreleased
3+ ## 0.12.1 - 2026-07-02
44
55### Packaging
66- fix: make Linux release archives standalone by statically linking the Swift runtime.
Original file line number Diff line number Diff line change 1111 <key >CFBundlePackageType </key >
1212 <string >APPL </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >0.12.0 </string >
14+ <string >0.12.1 </string >
1515 <key >CFBundleVersion </key >
16- <string >0.12.0 </string >
16+ <string >0.12.1 </string >
1717 <key >NSAppleEventsUsageDescription </key >
1818 <string >Send messages via Messages.app. </string >
1919 <key >NSContactsUsageDescription </key >
Original file line number Diff line number Diff line change 11// Generated by scripts/generate-version.sh. Do not edit.
22enum IMsgVersion {
3- static let current = " 0.12.0 "
3+ static let current = " 0.12.1 "
44}
Original file line number Diff line number Diff line change 1- MARKETING_VERSION = 0.12.0
1+ MARKETING_VERSION = 0.12.1
You can’t perform that action at this time.
0 commit comments