Skip to content

Commit eabf479

Browse files
committed
Bump version to 2.0.5
* Bumps `TXNative.version` to 2.0.5. * Updates CHANGELOG with the changes implemented for 2.0.5.
1 parent 87e1568 commit eabf479

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,12 @@ logic now normalizes the locale name to match the format that iOS accepts.
129129
*June 21, 2024*
130130

131131
- Updates minimum supported OS versions.
132+
133+
## Transifex iOS SDK 2.0.5
134+
135+
*July 3, 2024*
136+
137+
* Ensures that callbacks won't capture `self` strongly.
138+
* Ensures Designed for iPhone/iPad apps use the proper device name.
139+
* Discloses that completion handlers are called from background threads.
140+
* Improves cache update after a `fetchTranslations` call.

Sources/Transifex/Core.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ render '\(stringToRender)' locale code: \(localeCode) params: \(params). Error:
391391
/// A static class that is the main point of entry for all the functionality of Transifex Native throughout the SDK.
392392
public final class TXNative : NSObject {
393393
/// The SDK version
394-
internal static let version = "2.0.4"
394+
internal static let version = "2.0.5"
395395

396396
/// The filename of the file that holds the translated strings and it's bundled inside the app.
397397
public static let STRINGS_FILENAME = "txstrings.json"

0 commit comments

Comments
 (0)