Skip to content

Commit f865f53

Browse files
committed
Version 3.9.2
1 parent b9ea094 commit f865f53

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.9.2]
5+
6+
### Added
7+
8+
- Add the `--keep-archive` option for the download translations command ([#520](https://github.com/crowdin/crowdin-cli/pull/520))
9+
- Helper script for Windows shell environments ([#521](https://github.com/crowdin/crowdin-cli/pull/521))
10+
11+
### Updated
12+
13+
- More tests for better coverage ([#509](https://github.com/crowdin/crowdin-cli/pull/509))
14+
- Minor cleanup ([#511](https://github.com/crowdin/crowdin-cli/pull/511))
15+
- Use GH Actions instead of Azure Pipelines and prepare CI to run Unit tests on Windows ([#512](https://github.com/crowdin/crowdin-cli/pull/512))
16+
- Ignore version check for -h,-v and crowdin command w/o args ([#516](https://github.com/crowdin/crowdin-cli/pull/516))
17+
- Handle empty files upload ([#517](https://github.com/crowdin/crowdin-cli/pull/517))
18+
19+
### Fixed
20+
21+
- Fix node-fetch issue ([#524](https://github.com/crowdin/crowdin-cli/pull/524))
22+
423
## [3.9.1]
524

625
### Updated

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
apply plugin: 'checkstyle'
1111

1212
group 'com.crowdin'
13-
version '3.9.1'
13+
version '3.9.2'
1414

1515
sourceCompatibility = 1.8
1616

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/crowdin/crowdin-cli.git"
1212
},
13-
"version": "3.9.1",
13+
"version": "3.9.2",
1414
"jdeploy": {
1515
"jar": "dist/crowdin-cli.jar"
1616
},

pkgbuild/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Senya <senya at riseup.net>
22
pkgname=crowdin-cli
3-
pkgver=3.9.1
3+
pkgver=3.9.2
44
pkgrel=1
55
pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project"
66
url="https://support.crowdin.com/cli-tool/"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
application.name=crowdin-cli
2-
application.version=3.9.1
2+
application.version=3.9.2
33
application.base_url=https://api.crowdin.com
44
application.user_agent=crowdin-java-cli
55
application.version_file_url=https://downloads.crowdin.com/cli/v3/version.txt

0 commit comments

Comments
 (0)