Skip to content

Commit

Permalink
Bump version to 2.1.6
Browse files Browse the repository at this point in the history
* Bumps CLI version to 2.1.6.
* Updates the CHANGELOG.
  • Loading branch information
stelabouras committed May 29, 2024
1 parent 3a68c64 commit 532ec03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,11 @@ set to `false`.

- Parses and processes the new `.xcstrings` files. Only supports simple
"plural." rules for now.

## Transifex Command Line Tool 2.1.6

*May 29, 2024*

- Adds full support for String Catalogs support.
- Adds support for substitution phrases on old Strings Dictionary file format.
- Updates unit tests.
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.5",
version: "2.1.6",
subcommands: [Push.self, Pull.self, Invalidate.self])
}

Expand Down

0 comments on commit 532ec03

Please sign in to comment.