Skip to content

Commit

Permalink
chore(release): version 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 516c556 commit 57866c1
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

# [4.3.0](https://github.com/crowdin/crowdin-cli/compare/4.2.0...4.3.0) (2024-10-28)


### Bug Fixes

* **aur:** set & force java-environment=17 ([#848](https://github.com/crowdin/crowdin-cli/issues/848)) ([484d23e](https://github.com/crowdin/crowdin-cli/commit/484d23ea4efe1444064a105560e373e7fc4b9106))
* renamed init command internals ([#854](https://github.com/crowdin/crowdin-cli/issues/854)) ([ab25e24](https://github.com/crowdin/crowdin-cli/commit/ab25e24a5dc96de4738e53ef87c3c9aaa1184054))
* simplify the default crowdin.yml configuration file ([#852](https://github.com/crowdin/crowdin-cli/issues/852)) ([af8bd46](https://github.com/crowdin/crowdin-cli/commit/af8bd46c8a0f83ff4f4132126ff5adeb0d8b21b3))


### Features

* add bundle extra options ([#858](https://github.com/crowdin/crowdin-cli/issues/858)) ([102c73a](https://github.com/crowdin/crowdin-cli/commit/102c73ad6363c932fc139e7595560ec759bf2933))
* deprecate skip-untranslated-strings for task add command ([#860](https://github.com/crowdin/crowdin-cli/issues/860)) ([bb43466](https://github.com/crowdin/crowdin-cli/commit/bb4346657800cf7a4eb4f209a6be989ff5b11c1f))
* project add command ([#857](https://github.com/crowdin/crowdin-cli/issues/857)) ([626301b](https://github.com/crowdin/crowdin-cli/commit/626301b085a9fbd918493df40094c2bc8e471028))
* upload screenshots improvements ([#853](https://github.com/crowdin/crowdin-cli/issues/853)) ([32ea5f6](https://github.com/crowdin/crowdin-cli/commit/32ea5f68c28c650cdbe459d0bcdb363b0dfe2490))

# [4.2.0](https://github.com/crowdin/crowdin-cli/compare/4.1.2...4.2.0) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.crowdin'
version '4.2.0'
version '4.3.0'

sourceCompatibility = '17'

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": "4.2.0",
"version": "4.3.0",
"bin": {
"crowdin": "jdeploy-bundle/jdeploy.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aur/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=4.2.0
pkgver=4.3.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 packages/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>4.2.0</version>
<version>4.3.0</version>
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey</packageSourceUrl>
<owners>crowdin</owners>
<title>Crowdin CLI (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion packages/exe/CrowdinCLIInstaller.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Crowdin"
#define MyAppVersion "4.2.0"
#define MyAppVersion "4.3.0"
#define MyAppPublisher "OU Crowdin"
#define MyAppURL "https://crowdin.github.io/crowdin-cli"
#define MyAppExeName "crowdin-cli.jar"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/crowdin.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
application.name=crowdin-cli
application.version=4.2.0
application.version=4.3.0
application.base_url=https://api.crowdin.com
application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt

0 comments on commit 57866c1

Please sign in to comment.