File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.0
2
+ current_version = 1.1.1
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
## [ Unreleased]
11
11
12
- ## [ 1.1.0 ] - 2023-09-08
12
+ ## [ 1.1.1 ] - 2023-09-13
13
13
14
14
### Fixed
15
15
16
16
- Revert change to urllib3 Retry constructor ` method_whitelist ` /` allowed_methods ` kwarg ([ #148 ] ( https://github.com/cloudsmith-io/cloudsmith-cli/pull/148 ) )
17
17
18
+ ## [ 1.1.0] - 2023-09-08
19
+
18
20
### Added
19
21
20
22
- Added support for large file uploads ([ #143 ] ( https://github.com/cloudsmith-io/cloudsmith-cli/pull/143 ) )
Original file line number Diff line number Diff line change 1
- 1.1.0
1
+ 1.1.1
You can’t perform that action at this time.
0 commit comments