Skip to content

Commit

Permalink
Releasing version 11.0.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jul 11, 2022
1 parent 1e07316 commit d641525
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

# Next

## [11.0.0-beta.1](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/11.0.0-beta.1)

## **Introducing support for SwiftUI!**

Registering SwiftUI views as content for table view cells:
Expand All @@ -16,7 +18,7 @@ manager.registerHostingCell(for: Post.self) { model, indexPath in

This method is supported on iOS 13+ / tvOS 13+ / macCatalyst 13+.

> Please note, that this integration is not supported by Apple, therefore it comes with several workarounds, please read more about those in [SwiftUI support document](Documentation/SwiftUI.md)
> Please note, that this integration is not supported by Apple, therefore it comes with several workarounds, read more about those in [SwiftUI support document](Documentation/SwiftUI.md)
### Added

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "DenTelezhkin/DTModelStorage" >= 10.0.0
github "DenTelezhkin/DTModelStorage" >= 11.0.0-beta.1
2 changes: 1 addition & 1 deletion DTTableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTTableViewManager'
s.version = "10.0.0"
s.version = "11.0.0-beta.1"
s.license = 'MIT'
s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenTelezhkin/DTTableViewManager'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add package into Xcode Project settings -> Swift Packages

### [CocoaPods](http://www.cocoapods.org):

pod 'DTTableViewManager', '~> 10.0.0'
pod 'DTTableViewManager', '~> 11.0.0-beta.1'

## Quick start

Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Framework.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.0.0</string>
<string>11.0.0-beta.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit d641525

Please sign in to comment.