We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6137d commit 299487bCopy full SHA for 299487b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.1.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
## [Unreleased]
11
12
+## [1.1.0] - 2023-09-08
13
+
14
### Added
15
16
- Added support for large file uploads ([#143](https://github.com/cloudsmith-io/cloudsmith-cli/pull/143))
cloudsmith_cli/data/VERSION
@@ -1 +1 @@
-1.0.0
+1.1.0
0 commit comments