Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daveallie committed Mar 26, 2017
1 parent d099f6c commit d46d8c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [Unreleased]

[Unreleased]: https://github.com/daveallie/grapple
## [0.2.0] - 2017-03-26
### Added
- Parts flag - Can now specify number of parts independent of threads

### Fixed
- Moved to github version of `pbr` to fix https://github.com/a8m/pb/pull/48

[Unreleased]: https://github.com/daveallie/bindrs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/daveallie/bindrs/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grapple"
version = "0.1.0"
version = "0.2.0"
authors = ["Dave Allie <dave@daveallie.com>"]

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cargo install --git https://github.com/daveallie/grapple

```
$ grapple --help
Grapple 0.1.0
Grapple 0.2.0
Fast, interruptible file downloader in Rust
USAGE:
Expand Down

0 comments on commit d46d8c1

Please sign in to comment.