Release v0.8.7 (#779)
- Bump version: 0.8.6 → 0.8.7 - Update dependencies - Update changelog - Update man page - Update config test
This commit is contained in:
parent
18b9799e8d
commit
4e2e10177b
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,16 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
[v0.8.7] - 2020-3-28
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add `dotenv-load` setting (#778)
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
- Change publish recipe to use stable rust (#777)
|
||||||
|
|
||||||
|
|
||||||
[v0.8.6] - 2020-3-28
|
[v0.8.6] - 2020-3-28
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -188,7 +188,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.8.6"
|
version = "0.8.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"atty",
|
"atty",
|
||||||
@ -421,9 +421,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "1.0.65"
|
version = "1.0.67"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
|
checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.8.6"
|
version = "0.8.7"
|
||||||
description = "🤖 Just a command runner"
|
description = "🤖 Just a command runner"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15.
|
||||||
.TH JUST "1" "March 2021" "just 0.8.6" "Just Manual"
|
.TH JUST "1" "March 2021" "just 0.8.7" "Just Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
just \- save and run commands
|
just \- save and run commands
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
just 0.8.6
|
just 0.8.7
|
||||||
\- Please see https://github.com/casey/just for more information.
|
\- Please see https://github.com/casey/just for more information.
|
||||||
.SS "USAGE:"
|
.SS "USAGE:"
|
||||||
.IP
|
.IP
|
||||||
|
@ -860,7 +860,7 @@ mod tests {
|
|||||||
// have proper tests for all the flags, but this will do for now.
|
// have proper tests for all the flags, but this will do for now.
|
||||||
#[test]
|
#[test]
|
||||||
fn help() {
|
fn help() {
|
||||||
const EXPECTED_HELP: &str = "just v0.8.6
|
const EXPECTED_HELP: &str = "just v0.8.7
|
||||||
Casey Rodarmor <casey@rodarmor.com>
|
Casey Rodarmor <casey@rodarmor.com>
|
||||||
🤖 Just a command runner \
|
🤖 Just a command runner \
|
||||||
- https://github.com/casey/just
|
- https://github.com/casey/just
|
||||||
|
Loading…
Reference in New Issue
Block a user