Skip to content

Commit

Permalink
Merge pull request #25 from stelabouras/update/version-2-1-0
Browse files Browse the repository at this point in the history
Bump version to 2.1.0
  • Loading branch information
Nikos Vasileiou authored Aug 21, 2023
2 parents 9df4fbb + 2cfc6f5 commit 778ae62
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 @@ -84,3 +84,11 @@ or empty source string keys.
- The default value for the `hashKeys` option of the `push` command has been
flipped, so by default the tool **does not** hash the keys of the provided
source strings, respecting the original keys passed by the developer.

## Transifex Command Line Tool 2.1.0

*August 21, 2023*

- Extra option for the `push` command has been introduced: `--excluded-files`
that excludes the provided filenames from processing, filtering out any included
strings.
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.0.0",
version: "2.1.0",
subcommands: [Push.self, Pull.self, Invalidate.self])
}

Expand Down

0 comments on commit 778ae62

Please sign in to comment.