From bb8dd0903913c3170b552ee9464f194d05502886 Mon Sep 17 00:00:00 2001 From: Denys Telezhkin Date: Fri, 19 Jan 2018 17:38:26 +0200 Subject: [PATCH] Releasing version 7.0.0. --- CHANGELOG.md | 2 ++ DTModelStorage.podspec | 2 +- Supporting files/Framework.plist | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9280f601..91f0465f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. # Next +## [7.0.0](https://github.com/DenHeadless/DTModelStorage/releases/tag/7.0.0) + ## [7.0.0-beta.1](https://github.com/DenHeadless/DTModelStorage/releases/tag/7.0.0-beta.1) * Implemented mechanism for deferring datasource updates of `MemoryStorage`. When turned on, updates are no longer applied automatically, but can be applied calling `StorageUpdate.applyDeferredDatasourceUpdates()` method. Keep in mind, that not only datasource updates are not applied, but object and section changes are also empty until updates are applied. This behaviour is turned on by default, to disable it, call diff --git a/DTModelStorage.podspec b/DTModelStorage.podspec index 0d6a97dd..24098250 100644 --- a/DTModelStorage.podspec +++ b/DTModelStorage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DTModelStorage' - s.version = "7.0.0-beta.1" + s.version = "7.0.0" s.license = 'MIT' s.summary = 'Storage classes for datasource based controls.' s.homepage = 'https://github.com/DenHeadless/DTModelStorage' diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist index c20b79c2..a35bfc7a 100644 --- a/Supporting files/Framework.plist +++ b/Supporting files/Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.0.0-beta.1 + 7.0.0 CFBundleSignature ???? CFBundleVersion