Skip to content

Commit

Permalink
Upgrading version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmutumi committed Feb 4, 2021
1 parent 2913110 commit 38564ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.1.2] - Many improvements

* Fixing server returns partial url & double header.
* Fixing immediate pause even when uploading with large chunks by timing out the future
* Removing unused exceptions (deadcode)
* Updating dependencies

## [0.1.1] - Better file persistence documentation

* Have better documentation on using tus_client_file_store
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tus_client
description: A tus client for dart allowing resumable uploads using the tus protocol.
version: 0.1.1
version: 0.1.2
homepage: https://github.com/jjmutumi/tus_client

environment:
Expand Down

0 comments on commit 38564ae

Please sign in to comment.