Skip to content

Commit

Permalink
Bump version to 2.1.5
Browse files Browse the repository at this point in the history
* Bumps CLI version to 2.1.5.
* Updates the CHANGELOG.
  • Loading branch information
stelabouras committed Apr 1, 2024
1 parent a73f4ca commit 99969bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ 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 for push command.

## Transifex Command Line Tool 2.1.4

*March 7, 2024*
Expand All @@ -124,3 +130,10 @@ the extracted ICU pluralization rules.
due to inversion. The option has been replaced by the `--delete-translations`
option, in order to allow the underlying `keep_translations` meta flag to be
set to `false`.

## Transifex Command Line Tool 2.1.5

*April 1, 2024*

- Parses and processes the new `.xcstrings` files. Only supports simple
"plural." rules for now.
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.4",
version: "2.1.5",
subcommands: [Push.self, Pull.self, Invalidate.self])
}

Expand Down

0 comments on commit 99969bf

Please sign in to comment.