diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1738f49f..974eaabb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
# Next
+## [8.0.0](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/8.0.0)
+
## [8.0.0-beta.1](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/8.0.0-beta.1)
### Added
diff --git a/Cartfile b/Cartfile
index 0c8c57cc..0e44a2d5 100644
--- a/Cartfile
+++ b/Cartfile
@@ -1 +1 @@
-github "DenTelezhkin/DTModelStorage" >= 9.0.0-beta.1
+github "DenTelezhkin/DTModelStorage" >= 9.0.0
diff --git a/DTTableViewManager.podspec b/DTTableViewManager.podspec
index cb576aa1..375f6452 100644
--- a/DTTableViewManager.podspec
+++ b/DTTableViewManager.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTTableViewManager'
- s.version = "8.0.0-beta.1"
+ s.version = "8.0.0"
s.license = 'MIT'
s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenTelezhkin/DTTableViewManager'
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.frameworks = 'UIKit', 'Foundation'
- s.dependency 'DTModelStorage' , '~> 9.0.0-beta.1'
+ s.dependency 'DTModelStorage' , '~> 9.0.0'
end
diff --git a/DTTableViewManager.xcodeproj/project.pbxproj b/DTTableViewManager.xcodeproj/project.pbxproj
index af20fb16..36ea573e 100644
--- a/DTTableViewManager.xcodeproj/project.pbxproj
+++ b/DTTableViewManager.xcodeproj/project.pbxproj
@@ -1262,8 +1262,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DenTelezhkin/DTModelStorage";
requirement = {
- kind = exactVersion;
- version = "9.0.0-beta.1";
+ kind = upToNextMajorVersion;
+ minimumVersion = 9.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
diff --git a/DTTableViewManager.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DTTableViewManager.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
index d47cda57..02840ebf 100644
--- a/DTTableViewManager.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ b/DTTableViewManager.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DenTelezhkin/DTModelStorage",
"state": {
"branch": null,
- "revision": "d37197a942a7040166d30ff31c13630df11f276d",
- "version": "9.0.0-beta.1"
+ "revision": "0da469fe62fb7db700c4b12e0bb3ecfc01dcef59",
+ "version": "9.0.0"
}
}
]
diff --git a/Gemfile.lock b/Gemfile.lock
index 215d1e42..56ae6909 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,44 +2,43 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.2)
- activesupport (4.2.11.3)
- i18n (~> 0.7)
+ activesupport (5.2.4.4)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
minitest (~> 5.1)
- thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
- algoliasearch (1.27.3)
+ algoliasearch (1.27.4)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
aws-eventstream (1.1.0)
- aws-partitions (1.354.0)
- aws-sdk-core (3.104.3)
+ aws-partitions (1.386.0)
+ aws-sdk-core (3.109.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
- aws-sdk-kms (1.36.0)
- aws-sdk-core (~> 3, >= 3.99.0)
+ aws-sdk-kms (1.39.0)
+ aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
- aws-sdk-s3 (1.78.0)
- aws-sdk-core (~> 3, >= 3.104.3)
+ aws-sdk-s3 (1.83.1)
+ aws-sdk-core (~> 3, >= 3.109.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
- aws-sigv4 (1.2.1)
+ aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
- babosa (1.0.3)
+ babosa (1.0.4)
claide (1.0.3)
- cocoapods (1.9.3)
- activesupport (>= 4.0.2, < 5)
+ cocoapods (1.10.0)
+ addressable (~> 2.6)
claide (>= 1.0.2, < 2.0)
- cocoapods-core (= 1.9.3)
+ cocoapods-core (= 1.10.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
- cocoapods-downloader (>= 1.2.2, < 2.0)
+ cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
- cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
@@ -49,21 +48,22 @@ GEM
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.4)
- xcodeproj (>= 1.14.0, < 2.0)
- cocoapods-core (1.9.3)
- activesupport (>= 4.0.2, < 6)
+ xcodeproj (>= 1.19.0, < 2.0)
+ cocoapods-core (1.10.0)
+ activesupport (> 5.0, < 6)
+ addressable (~> 2.6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
+ public_suffix
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.4.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
- cocoapods-stats (1.1.0)
cocoapods-trunk (1.5.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
@@ -84,16 +84,17 @@ GEM
escape (0.0.4)
ethon (0.12.0)
ffi (>= 1.3.0)
- excon (0.76.0)
- faraday (1.0.1)
+ excon (0.78.0)
+ faraday (1.1.0)
multipart-post (>= 1.2, < 3)
- faraday-cookie_jar (0.0.6)
- faraday (>= 0.7.4)
+ ruby2_keywords
+ faraday-cookie_jar (0.0.7)
+ faraday (>= 0.8.0)
http-cookie (~> 1.0.0)
faraday_middleware (1.0.0)
faraday (~> 1.0)
fastimage (2.2.0)
- fastlane (2.156.0)
+ fastlane (2.165.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
aws-sdk-s3 (~> 1.0)
@@ -129,7 +130,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
- fastlane-plugin-versioning (0.4.3)
+ fastlane-plugin-versioning (0.4.4)
ffi (1.13.1)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
@@ -145,17 +146,17 @@ GEM
google-cloud-core (1.5.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
- google-cloud-env (1.3.3)
+ google-cloud-env (1.4.0)
faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.0.1)
- google-cloud-storage (1.27.0)
+ google-cloud-storage (1.29.1)
addressable (~> 2.5)
digest-crc (~> 0.4)
google-api-client (~> 0.33)
google-cloud-core (~> 1.2)
googleauth (~> 0.9)
mini_mime (~> 1.0)
- googleauth (0.13.1)
+ googleauth (0.14.0)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
@@ -166,7 +167,7 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
- i18n (0.9.5)
+ i18n (1.8.5)
concurrent-ruby (~> 1.0)
jazzy (0.13.1)
cocoapods (~> 1.5)
@@ -179,7 +180,7 @@ GEM
xcinvoke (~> 0.3.0)
jmespath (1.4.0)
json (2.3.1)
- jwt (2.2.1)
+ jwt (2.2.2)
liferaft (0.0.6)
memoist (0.16.2)
mime-types (3.3.1)
@@ -187,7 +188,7 @@ GEM
mime-types-data (3.2020.0512)
mini_magick (4.10.1)
mini_mime (1.0.2)
- minitest (5.14.1)
+ minitest (5.14.2)
molinillo (0.6.6)
multi_json (1.15.0)
multipart-post (2.0.0)
@@ -196,13 +197,13 @@ GEM
nap (1.1.0)
naturally (2.2.0)
netrc (0.11.0)
- octokit (4.18.0)
+ octokit (4.19.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
os (1.1.1)
plist (3.5.0)
- public_suffix (4.0.5)
+ public_suffix (4.0.6)
rake (13.0.1)
redcarpet (3.5.0)
representable (3.0.4)
@@ -212,6 +213,7 @@ GEM
retriable (3.1.2)
rouge (2.0.7)
ruby-macho (1.4.0)
+ ruby2_keywords (0.0.2)
rubyzip (2.3.0)
sassc (2.4.0)
ffi (~> 1.9)
@@ -249,7 +251,7 @@ GEM
word_wrap (1.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
- xcodeproj (1.17.1)
+ xcodeproj (1.19.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
diff --git a/Package.swift b/Package.swift
index ba0361b0..ca07e91b 100644
--- a/Package.swift
+++ b/Package.swift
@@ -36,7 +36,7 @@ let package = Package(
.library(name: "DTTableViewManager", targets: ["DTTableViewManager"])
],
dependencies: [
- .package(url: "https://github.com/DenTelezhkin/DTModelStorage", Package.Dependency.Requirement.upToNextMajor(from: "9.0.0-beta.1"))
+ .package(url: "https://github.com/DenTelezhkin/DTModelStorage", Package.Dependency.Requirement.upToNextMajor(from: "9.0.0"))
],
targets: [
.target(name: "DTTableViewManager", dependencies: ["DTModelStorage"])
diff --git a/README.md b/README.md
index e420c85e..9ef76149 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Add package into Xcode Project settings -> Swift Packages
### [CocoaPods](http://www.cocoapods.org):
- pod 'DTTableViewManager', '~> 8.0.0-beta.1'
+ pod 'DTTableViewManager', '~> 8.0.0'
## Quick start
diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist
index 99fc8fd3..11bf68aa 100644
--- a/Supporting files/Framework.plist
+++ b/Supporting files/Framework.plist
@@ -15,7 +15,7 @@