Skip to content

Commit

Permalink
Bump version to 2.1.3
Browse files Browse the repository at this point in the history
* Bumps CLI version to 2.1.3.
* Updates the CHANGELOG.
  • Loading branch information
stelabouras committed Oct 30, 2023
1 parent 59feee9 commit 7ad9f40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion Sources/TXCli/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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])
}

Expand Down

0 comments on commit 7ad9f40

Please sign in to comment.