Skip to content

Commit aaa3cf7

Browse files
authored
feat: swift name option support (#161)
1 parent 72846bf commit aaa3cf7

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.2.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## [Unreleased]
1111

12+
## [1.2.1] - 2024-04-05
13+
14+
### Added
15+
16+
- Support for Swift package format
17+
1218
## [1.1.1] - 2023-09-13
1319

1420
### Fixed

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ click-didyoumean==0.3.0
3232
# via cloudsmith-cli (setup.py)
3333
click-spinner==0.1.10
3434
# via cloudsmith-cli (setup.py)
35-
cloudsmith-api==2.0.11
35+
cloudsmith-api==2.0.12
3636
# via cloudsmith-cli (setup.py)
3737
configparser==6.0.0
3838
# via click-configfile

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_long_description():
5151
"click-configfile>=0.2.3",
5252
"click-didyoumean>=0.0.3",
5353
"click-spinner>=0.1.7",
54-
"cloudsmith-api>=2.0.11,<3.0", # Compatible upto (but excluding) 3.0+
54+
"cloudsmith-api>=2.0.12,<3.0", # Compatible upto (but excluding) 3.0+
5555
"requests>=2.18.4",
5656
"requests_toolbelt>=0.8.0",
5757
"semver>=2.7.9",

0 commit comments

Comments
 (0)