Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
* Bumps CLI version to 1.0.6.
* Updates the CHANGELOG.
  • Loading branch information
stelabouras committed Feb 24, 2023
1 parent fe0366a commit b49d234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ argument of the push command.

- Allows users to enter a `.xcworkspace` as a `project` argument and handles it correctly.

## Transifex Command Line Tool 1.0.6

*February 23, 2023*

- Introduces status filter option in pull command.
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: "1.0.5",
version: "1.0.6",
subcommands: [Push.self, Pull.self, Invalidate.self])
}

Expand Down

0 comments on commit b49d234

Please sign in to comment.