From 2afd74a2a31ed58bc77560ab2fa2fddb946ecad2 Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Thu, 11 Feb 2021 15:07:15 +0300 Subject: [PATCH 1/3] Prepare for new sprint --- CHANGES.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3831d333a..53910c5dc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,27 @@ +Changes to be released in next version +================================================= + +✨ Features + * + +🙌 Improvements + * + +🐛 Bugfix + * + +⚠️ API Changes + * + +🗣 Translations + * + +🧱 Build + * + +Others + * + Changes in 0.14.0 (2021-02-11) ================================================= From 9bb8753f6e89c6afebb6016397603de87a5fdbb8 Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Fri, 12 Feb 2021 16:52:58 +0300 Subject: [PATCH 2/3] version++ --- CHANGES.rst | 5 ++++- MatrixKit.podspec | 4 ++-- MatrixKit/MatrixKitVersion.m | 2 +- Podfile | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 53910c5dc..bcb1f0407 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Changes to be released in next version +Changes in 0.14.1 (2021-02-12) ================================================= ✨ Features @@ -22,6 +22,9 @@ Changes to be released in next version Others * +Improvements: + * Upgrade MatrixSDK version ([v0.18.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.18.1)). + Changes in 0.14.0 (2021-02-11) ================================================= diff --git a/MatrixKit.podspec b/MatrixKit.podspec index bf74f01de..9ae0b244a 100644 --- a/MatrixKit.podspec +++ b/MatrixKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "MatrixKit" - s.version = "0.14.0" + s.version = "0.14.1" s.summary = "The Matrix reusable UI library for iOS based on MatrixSDK." s.description = <<-DESC @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.swift_version = '5.0' - s.dependency 'MatrixSDK', "= 0.18.0" + s.dependency 'MatrixSDK', "= 0.18.1" s.dependency 'HPGrowingTextView', '~> 1.1' s.dependency 'libPhoneNumber-iOS', '~> 0.9.13' s.dependency 'DTCoreText', '~> 1.6.23' diff --git a/MatrixKit/MatrixKitVersion.m b/MatrixKit/MatrixKitVersion.m index e348fddaf..115a6ee6e 100644 --- a/MatrixKit/MatrixKitVersion.m +++ b/MatrixKit/MatrixKitVersion.m @@ -16,4 +16,4 @@ #import -NSString *const MatrixKitVersion = @"0.14.0"; +NSString *const MatrixKitVersion = @"0.14.1"; diff --git a/Podfile b/Podfile index d7739a84e..92bbc2605 100644 --- a/Podfile +++ b/Podfile @@ -8,7 +8,7 @@ abstract_target 'MatrixKitSamplePods' do # Different flavours of pods to Matrix SDK # The tagged version on which this version of MatrixKit has been built - pod 'MatrixSDK', '= 0.18.0' + pod 'MatrixSDK', '= 0.18.1' # The lastest release available on the CocoaPods repository #pod 'MatrixSDK' From 3d4e626c91c3a4fa2b766c3f92fa8b7ff4e5a4be Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Fri, 12 Feb 2021 17:07:33 +0300 Subject: [PATCH 3/3] finish version++ --- Podfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 5d5e72288..82bb4c197 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -39,9 +39,9 @@ PODS: - JSQSystemSoundPlayer (2.0.1) - libbase58 (0.1.4) - libPhoneNumber-iOS (0.9.15) - - MatrixSDK (0.18.0): - - MatrixSDK/Core (= 0.18.0) - - MatrixSDK/Core (0.18.0): + - MatrixSDK (0.18.1): + - MatrixSDK/Core (= 0.18.1) + - MatrixSDK/Core (0.18.1): - AFNetworking (~> 4.0.0) - GZIP (~> 1.3.0) - libbase58 (~> 0.1.4) @@ -62,7 +62,7 @@ DEPENDENCIES: - HPGrowingTextView (~> 1.1) - JSQMessagesViewController (~> 7.2.0) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.18.0) + - MatrixSDK (= 0.18.1) SPEC REPOS: trunk: @@ -91,10 +91,10 @@ SPEC CHECKSUMS: JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 - MatrixSDK: e71064106a64aca924e9b7e76b7f5c50d36cd30f + MatrixSDK: 7d5faf810eab02a189df64aef28583c8bed81f5c OLMKit: 4ee0159d63feeb86d836fdcfefe418e163511639 Realm: 80f4fb2971ccb9adc27a47d0955ae8e533a7030b -PODFILE CHECKSUM: d27a057303a89d6f2541caddd700402bf43f6abb +PODFILE CHECKSUM: c39efdcb46b89ce6146a2ec892ad46f99c1aabb3 COCOAPODS: 1.10.0