diff --git a/CHANGELOG.md b/CHANGELOG.md index 1595cb2..6415e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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 diff --git a/Cartfile b/Cartfile index 14f7a88..e72397e 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "DenTelezhkin/DTModelStorage" >= 10.0.0 +github "DenTelezhkin/DTModelStorage" >= 11.0.0-beta.1 diff --git a/DTTableViewManager.podspec b/DTTableViewManager.podspec index 72ac2e9..62f5347 100644 --- a/DTTableViewManager.podspec +++ b/DTTableViewManager.podspec @@ -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' diff --git a/README.md b/README.md index 886bec0..61227f4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist index cd6dc77..8faa745 100644 --- a/Supporting files/Framework.plist +++ b/Supporting files/Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.0 + 11.0.0-beta.1 CFBundleSignature ???? CFBundleVersion