Skip to content

Commit c01960c

Browse files
committed
Merge branch 'master' into develop
2 parents e1d601a + 1f3fa5a commit c01960c

File tree

7 files changed

+19
-10
lines changed

7 files changed

+19
-10
lines changed

CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Changes in 0.27.13 (2024-08-20)
2+
3+
🙌 Improvements
4+
5+
- Add UTC timestamps to console log lines. ([#7472](https://github.com/vector-im/element-ios/issues/7472))
6+
7+
📄 Documentation
8+
9+
- Drop the requirement for "real" or "legally identifiable" name in order to contribute, in line with updated Foundation policy. ([#1875](https://github.com/matrix-org/matrix-ios-sdk/pull/1875))
10+
11+
112
## Changes in 0.27.12 (2024-07-23)
213

314
🙌 Improvements

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

33
gem "fastlane"
4-
gem "cocoapods", '~>1.14.3'
4+
gem "cocoapods", '~>1.15.2'
55
gem "xcode-install"
66
gem "slather"

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ GEM
4141
bigdecimal (3.1.4)
4242
claide (1.1.0)
4343
clamp (1.3.2)
44-
cocoapods (1.14.3)
44+
cocoapods (1.15.2)
4545
addressable (~> 2.8)
4646
claide (>= 1.0.2, < 2.0)
47-
cocoapods-core (= 1.14.3)
47+
cocoapods-core (= 1.15.2)
4848
cocoapods-deintegrate (>= 1.0.3, < 2.0)
4949
cocoapods-downloader (>= 2.1, < 3.0)
5050
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -59,7 +59,7 @@ GEM
5959
nap (~> 1.0)
6060
ruby-macho (>= 2.3.0, < 3.0)
6161
xcodeproj (>= 1.23.0, < 2.0)
62-
cocoapods-core (1.14.3)
62+
cocoapods-core (1.15.2)
6363
activesupport (>= 5.0, < 8)
6464
addressable (~> 2.8)
6565
algoliasearch (~> 1.0)
@@ -165,7 +165,7 @@ GEM
165165
xcodeproj (>= 1.13.0, < 2.0.0)
166166
xcpretty (~> 0.3.0)
167167
xcpretty-travis-formatter (>= 0.0.3)
168-
ffi (1.16.3)
168+
ffi (1.17.0)
169169
fourflusher (2.3.1)
170170
fuzzy_match (2.0.4)
171171
gh_inspector (1.1.3)
@@ -296,7 +296,7 @@ PLATFORMS
296296
ruby
297297

298298
DEPENDENCIES
299-
cocoapods (~> 1.14.3)
299+
cocoapods (~> 1.15.2)
300300
fastlane
301301
slather
302302
xcode-install

MatrixSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "MatrixSDK"
4-
s.version = "0.27.12"
4+
s.version = "0.27.13"
55
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
66

77
s.description = <<-DESC

MatrixSDK/MatrixSDKVersion.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19-
NSString *const MatrixSDKVersion = @"0.27.12";
19+
NSString *const MatrixSDKVersion = @"0.27.13";

changelog.d/7472.change

-1
This file was deleted.

changelog.d/pr-1875.doc

-1
This file was deleted.

0 commit comments

Comments
 (0)