Skip to content

Commit 262e15f

Browse files
committed
Update changelog
1 parent eb9591a commit 262e15f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## 9.0.10
4+
## 10.0.0
55

66
### Features
77

8-
* Add a `.sheet()` like variation to the `.swiftMessage()` modifier that takes a view builder. This provides more flexibility for constructing message views.
8+
* Add a variation on the `.swiftMessage()` modifier that takes a view builder instead of requiring that the bound value conform to `MessageViewConvertible`. This syntax is more similar to the familiar `sheet()` modifier syntax and provides more flexibility for constructing message views.
9+
10+
### Changes
11+
12+
* Use `@MainActor` to ensure that SwiftMessages is not called from a background queue.
13+
* Bump minimum deployment target to iOS 13.
914

1015
### Fixes
1116

SwiftMessages.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SwiftMessages'
3-
spec.version = '9.0.10'
3+
spec.version = '10.0.0'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
66
spec.authors = { 'Timothy Moose' => 'tim@swiftkickmobile.com' }

0 commit comments

Comments
 (0)