This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from killercup/release/0.3.0
Bump version to 0.3 and add change log entries
- Loading branch information
Showing
10 changed files
with
34 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "quicli" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
description = "Quickly build cool CLI apps in Rust." | ||
authors = ["Pascal Hertleif <[email protected]>"] | ||
readme = "Readme.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ authors = ["Your Name <[email protected]>"] | |
Add quicli to your dependencies: | ||
|
||
```toml file=Cargo.toml | ||
quicli = "0.2" | ||
quicli = "0.3" | ||
``` | ||
|
||
We'll get out commit messages from the glorious website | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ authors = ["Your Name <[email protected]>"] | |
As always, add _quicli_ to your dependencies: | ||
|
||
```toml file=Cargo.toml | ||
quicli = "0.2" | ||
quicli = "0.3" | ||
``` | ||
|
||
Since we need to resize images, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ version = "0.1.0" | |
authors = ["Your Name <[email protected]>"] | ||
|
||
[dependencies] | ||
quicli = "0.2" | ||
quicli = "0.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ version = "0.1.0" | |
authors = ["Your Name <[email protected]>"] | ||
|
||
[dependencies] | ||
quicli = "0.2" | ||
quicli = "0.3" | ||
reqwest = "0.8" | ||
serde = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ version = "0.1.0" | |
authors = ["Your Name <[email protected]>"] | ||
|
||
[dependencies] | ||
quicli = "0.2" | ||
quicli = "0.3" | ||
image = "0.18" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Christopher Durham <[email protected]>"] | ||
|
||
[dependencies] | ||
quicli = "0.2" | ||
quicli = "0.3" | ||
|
||
[dev-dependencies] | ||
assert_cli = "0.5.4" |