Skip to content

Commit

Permalink
Update changelog and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Sep 3, 2024
1 parent ccd52b7 commit ce071c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 2.1.0

### Added

* A progress bar for file downloads

### Changed

* 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.
* Update the CLI default concurrency to 2 for chunks and 1 for files. This seems to be moderately performant without ever failing

## Version 2.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "filesender-client"
description = "FileSender Python CLI and API client"
version = "2.0.0"
version = "2.1.0"
readme = "README.md"
requires-python = ">=3.8"
keywords = ["one", "two"]
Expand Down

0 comments on commit ce071c8

Please sign in to comment.