Skip to content

Commit bf5ba72

Browse files
committed
Update changelong and bump version
1 parent 59ca2d6 commit bf5ba72

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.58.2
2+
-------------
3+
4+
**Improvements**
5+
- Add missing App Store Connect locale definition for Vietnamese language. [PR #466](https://github.com/codemagic-ci-cd/cli-tools/pull/466)
6+
7+
Special thanks for contribution to [@xalanq](https://github.com/xalanq).
8+
19
Version 0.58.1
210
-------------
311

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codemagic-cli-tools"
3-
version = "0.58.1"
3+
version = "0.58.2"
44
description = "CLI tools used in Codemagic builds"
55
readme = "README.md"
66
authors = [

src/codemagic/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "codemagic-cli-tools"
22
__description__ = "CLI tools used in Codemagic builds"
3-
__version__ = "0.58.1.dev"
3+
__version__ = "0.58.2.dev"
44
__url__ = "https://github.com/codemagic-ci-cd/cli-tools"
55
__licence__ = "GNU General Public License v3.0"

0 commit comments

Comments
 (0)