Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Merge #54
Browse files Browse the repository at this point in the history
54: Release 0.2.0 r=killercup a=killercup
  • Loading branch information
bors[bot] committed Feb 11, 2018
2 parents 343fa92 + 1da5582 commit 38d3a0d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
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 = "quicli"
version = "0.1.4"
version = "0.2.0"
description = "Quickly build cool CLI apps in Rust."
authors = ["Pascal Hertleif <[email protected]>"]
readme = "Readme.md"
Expand Down
9 changes: 6 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.0] - 2018-02-11

### Fixed

- The verbosity flag of the `main!` macro now actually works! ([#45])
Expand Down Expand Up @@ -47,11 +49,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Re-export Rayon traits
- Export `Result` type alias using failure's Error

## Removed
### Removed

- All the examples are now guides

## Changed
### Changed

- `main!` now sets up logging in all cases
- Use buffered reading/writing in fs functions
Expand All @@ -75,7 +77,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Commit Message generator example
- read/write file functions

[Unreleased]: https://github.com/killercup/quicli/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/killercup/quicli/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/killercup/quicli/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/killercup/quicli/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/killercup/quicli/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/killercup/quicli/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add _quicli_ as an dependency by adding this line
to the `Cargo.toml` file:

```toml file=Cargo.toml
quicli = "0.1"
quicli = "0.2"
```

## Import quicli
Expand Down
2 changes: 1 addition & 1 deletion docs/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authors = ["Your Name <[email protected]>"]
Add quicli to your dependencies:

```toml file=Cargo.toml
quicli = "0.1"
quicli = "0.2"
```

We'll get out commit messages from the glorious website
Expand Down
2 changes: 1 addition & 1 deletion docs/thumbnails.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ authors = ["Your Name <[email protected]>"]
As always, add _quicli_ to your dependencies:

```toml file=Cargo.toml
quicli = "0.1"
quicli = "0.2"
```

Since we need to resize images,
Expand Down

0 comments on commit 38d3a0d

Please sign in to comment.