Skip to content

Commit f54b9a3

Browse files
committed
Release v1.01
1 parent 1710c82 commit f54b9a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ COPYING file included in this package).
271271

272272
Changelog
273273
---------
274+
* v1.01 - 2015-01-28
275+
* Parallelize compression and network transfer to speed up uploads
276+
* Fix config file documentation
274277
* v1.00 - 2015-01-26
275278

276279
Contact and support

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const Version = "v1.00"
3+
const Version = "v1.01"

0 commit comments

Comments
 (0)