Skip to content

Commit ce071c8

Browse files
committed
Update changelog and package version
1 parent ccd52b7 commit ce071c8

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Version 2.1.0
4+
5+
### Added
6+
7+
* A progress bar for file downloads
8+
9+
### Changed
10+
11+
* All terminal output is now through the `logging` module. You can use the new `--log-level` CLI parameter to configure the amount of info that is printed out.
12+
* Update the CLI default concurrency to 2 for chunks and 1 for files. This seems to be moderately performant without ever failing
13+
314
## Version 2.0.0
415

516
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "filesender-client"
77
description = "FileSender Python CLI and API client"
8-
version = "2.0.0"
8+
version = "2.1.0"
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
keywords = ["one", "two"]

0 commit comments

Comments
 (0)