From 7ad9f40152cf65361ce09fcd55246de1129737cf Mon Sep 17 00:00:00 2001 From: Stelios Petrakis Date: Mon, 30 Oct 2023 14:20:13 +0100 Subject: [PATCH] Bump version to 2.1.3 * Bumps CLI version to 2.1.3. * Updates the CHANGELOG. --- CHANGELOG.md | 7 +++++++ Sources/TXCli/main.swift | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6caa4..c417324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,3 +115,10 @@ always be able to export the source locale from the Xcode project. - Fixes the issue where leading and trailing white space was being added around the extracted ICU pluralization rules. + +## Transifex Command Line Tool 2.1.3 + +*October 30, 2023* + +- Adds `--base-sdk` option to `push` command so that developers can specify the +sdk to be used when exporting localizations. diff --git a/Sources/TXCli/main.swift b/Sources/TXCli/main.swift index 66d2167..dcca434 100644 --- a/Sources/TXCli/main.swift +++ b/Sources/TXCli/main.swift @@ -42,7 +42,7 @@ that can be bundled with the iOS application. The tool can be also used to force CDS cache invalidation so that the next pull command will fetch fresh translations from CDS. """, - version: "2.1.2", + version: "2.1.3", subcommands: [Push.self, Pull.self, Invalidate.self]) }