From 4e7d9320c08f412d6fbe70d13076564fe7469cbb Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Mon, 21 Feb 2022 12:14:22 +0200 Subject: [PATCH] Version 3.7.9 --- .github/workflows/publish-npm.yml | 2 +- .gitignore | 3 ++- CHANGELOG.md | 9 +++++++++ build.gradle | 2 +- package-lock.json | 2 +- package.json | 2 +- pkgbuild/PKGBUILD | 2 +- src/main/resources/crowdin.properties | 2 +- 8 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 098d02b5a..8857cd941 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '12.x' - - run: sudo npm install jdeploy@2.0.11 -g + - run: sudo npm install jdeploy@3.2.0 -g - run: npm install - run: jdeploy install - run: crowdin -V diff --git a/.gitignore b/.gitignore index e96ae337a..eb243d3a6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ crowdin.yml /testing dist jdeploy-bundle -node_modules \ No newline at end of file +node_modules +.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md index 3339876d4..83f98580f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.7.9] + +### Updated + +- Improve branch logic ([#447](https://github.com/crowdin/crowdin-cli/pull/447)) +- Support language ID in list languages command ([#454](https://github.com/crowdin/crowdin-cli/pull/454)) +- Update jDeploy ([#437](https://github.com/crowdin/crowdin-cli/pull/437)) +- Dependencies update ([#442](https://github.com/crowdin/crowdin-cli/pull/442)) + ## [3.7.8] ### Updated diff --git a/build.gradle b/build.gradle index 4bb7e55a4..adf36da8a 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { apply plugin: 'checkstyle' group 'com.crowdin' -version '3.7.8' +version '3.7.9' sourceCompatibility = 1.8 diff --git a/package-lock.json b/package-lock.json index 72fe9a419..27a6c95e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@crowdin/cli", - "version": "3.7.8", + "version": "3.7.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14e37f516..6d9733163 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "3.7.8", + "version": "3.7.9", "jdeploy": { "jar": "dist/crowdin-cli.jar" }, diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index 52dfc777c..b26a9ff4b 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=3.7.8 +pkgver=3.7.9 pkgrel=1 pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project" url="https://support.crowdin.com/cli-tool/" diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index d511ca812..f5ff4636d 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,5 +1,5 @@ application.name=crowdin-cli -application.version=3.7.8 +application.version=3.7.9 application.base_url=https://api.crowdin.com application.user_agent=crowdin-java-cli application.version_file_url=https://downloads.crowdin.com/cli/v3/version.txt