Skip to content

Commit

Permalink
feat: swift name option support (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatavic authored Apr 5, 2024
1 parent 72846bf commit aaa3cf7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.1] - 2024-04-05

### Added

- Support for Swift package format

## [1.1.1] - 2023-09-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cloudsmith_cli/data/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ click-didyoumean==0.3.0
# via cloudsmith-cli (setup.py)
click-spinner==0.1.10
# via cloudsmith-cli (setup.py)
cloudsmith-api==2.0.11
cloudsmith-api==2.0.12
# via cloudsmith-cli (setup.py)
configparser==6.0.0
# via click-configfile
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_long_description():
"click-configfile>=0.2.3",
"click-didyoumean>=0.0.3",
"click-spinner>=0.1.7",
"cloudsmith-api>=2.0.11,<3.0", # Compatible upto (but excluding) 3.0+
"cloudsmith-api>=2.0.12,<3.0", # Compatible upto (but excluding) 3.0+
"requests>=2.18.4",
"requests_toolbelt>=0.8.0",
"semver>=2.7.9",
Expand Down

0 comments on commit aaa3cf7

Please sign in to comment.