Skip to content

Commit c3205e1

Browse files
committed
chore: prepare 0.11.0 release
1 parent e35fa81 commit c3205e1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.10.1 - Unreleased
3+
## 0.11.0 - 2026-05-31
44

55
### Send
66
- feat: add SIP-free local iMessage/SMS service detection for direct `send --service auto`, with text-only iMessage-to-SMS fallback that never overrides explicit `--service` choices (#132, thanks @ranaroussi).

Sources/imsg/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundlePackageType</key>
1212
<string>APPL</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.10.0</string>
14+
<string>0.11.0</string>
1515
<key>CFBundleVersion</key>
16-
<string>0.10.0</string>
16+
<string>0.11.0</string>
1717
<key>NSAppleEventsUsageDescription</key>
1818
<string>Send messages via Messages.app.</string>
1919
</dict>

Sources/imsg/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Generated by scripts/generate-version.sh. Do not edit.
22
enum IMsgVersion {
3-
static let current = "0.10.0"
3+
static let current = "0.11.0"
44
}

version.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION=0.10.0
1+
MARKETING_VERSION=0.11.0

0 commit comments

Comments
 (0)