Skip to content

Commit

Permalink
chore(release): version 3.15.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent 40d18f7 commit eb47120
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

# [3.15.0](https://github.com/crowdin/crowdin-cli/compare/3.14.0...3.15.0) (2023-10-25)


### Bug Fixes

* translations download without preserve hierarchy ([#643](https://github.com/crowdin/crowdin-cli/issues/643)) ([4099eea](https://github.com/crowdin/crowdin-cli/commit/4099eea6f5bc2a63bd1030d3670621af6f2297db))


### Features

* add file name to translation upload error message ([#639](https://github.com/crowdin/crowdin-cli/issues/639)) ([9246038](https://github.com/crowdin/crowdin-cli/commit/9246038c4f55cdf3c0d87c3645e67f7a2f4906ff))
* added support of passing labels to pre translate command ([#649](https://github.com/crowdin/crowdin-cli/issues/649)) ([619ffbe](https://github.com/crowdin/crowdin-cli/commit/619ffbef29f9219951c989d8250d7649c1b8345d))
* dryrun for bundle download ([#648](https://github.com/crowdin/crowdin-cli/issues/648)) ([201eb58](https://github.com/crowdin/crowdin-cli/commit/201eb581e29e71d1b214841b335c41e7462301ae))
* file and directory options for status command ([#646](https://github.com/crowdin/crowdin-cli/issues/646)) ([3c2f517](https://github.com/crowdin/crowdin-cli/commit/3c2f51798c25369133518ffd2e37b8fe05a6eef1))
* label command ([#661](https://github.com/crowdin/crowdin-cli/issues/661)) ([3da23ec](https://github.com/crowdin/crowdin-cli/commit/3da23ec6f32f3ee3ce15929eb2c0e1db93980935))
* replace file id with file path in task add command ([#641](https://github.com/crowdin/crowdin-cli/issues/641)) ([fdf9cec](https://github.com/crowdin/crowdin-cli/commit/fdf9cecb310d44f5a3cee849c8f9943b170e4452))
* retries for translations build ([#667](https://github.com/crowdin/crowdin-cli/issues/667)) ([2a59e03](https://github.com/crowdin/crowdin-cli/commit/2a59e034c82fc56b6a3d5a14004c98f4eecef8e3))


### Reverts

* square brackets fix ([#671](https://github.com/crowdin/crowdin-cli/issues/671)) ([40d18f7](https://github.com/crowdin/crowdin-cli/commit/40d18f799f1fdd1e4d16e4b3c4a4ddf5a2836d29))

# [3.14.0](https://github.com/crowdin/crowdin-cli/compare/3.13.0...3.14.0) (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
apply plugin: 'checkstyle'

group 'com.crowdin'
version '3.14.0'
version '3.15.0'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion chocolatey/crowdin-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>crowdin-cli</id>
<version>3.14.0</version>
<version>3.15.0</version>
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/main/chocolatey</packageSourceUrl>
<owners>crowdin</owners>
<title>Crowdin CLI (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/crowdin/crowdin-cli.git"
},
"version": "3.14.0",
"version": "3.15.0",
"bin": {
"crowdin": "jdeploy-bundle/jdeploy.js"
},
Expand Down
2 changes: 1 addition & 1 deletion pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Senya <senya at riseup.net>
pkgname=crowdin-cli
pkgver=3.14.0
pkgver=3.15.0
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/"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/crowdin.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application.name=crowdin-cli
application.version=3.14.0
application.version=3.15.0
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

0 comments on commit eb47120

Please sign in to comment.