Release v0.7.1 (#662)
- Bump version: 0.7.0 → 0.7.1 - Update changelog - Update man page - Update config test
This commit is contained in:
parent
05d73a423a
commit
981465ad30
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,7 +1,17 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
[v0.7.0] - 20207-16]
|
||||
[v0.7.1] - 2020-7-19
|
||||
--------------------
|
||||
|
||||
### Fixed
|
||||
- Search for `.env` file from working directory (#661)
|
||||
|
||||
### Misc
|
||||
- Move link-time optimization config into `Cargo.toml` (#658)
|
||||
|
||||
|
||||
[v0.7.0] - 2020-7-16
|
||||
--------------------
|
||||
|
||||
### Breaking
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -156,7 +156,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "just"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "just"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
description = "🤖 Just a command runner"
|
||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||
license = "CC0-1.0"
|
||||
|
@ -1,9 +1,9 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15.
|
||||
.TH JUST "1" "July 2020" "just 0.7.0" "Just Manual"
|
||||
.TH JUST "1" "July 2020" "just 0.7.1" "Just Manual"
|
||||
.SH NAME
|
||||
just \- save and run commands
|
||||
.SH DESCRIPTION
|
||||
just 0.7.0
|
||||
just 0.7.1
|
||||
\- Please see https://github.com/casey/just for more information.
|
||||
.SS "USAGE:"
|
||||
.IP
|
||||
|
@ -685,7 +685,7 @@ mod tests {
|
||||
// have proper tests for all the flags, but this will do for now.
|
||||
#[test]
|
||||
fn help() {
|
||||
const EXPECTED_HELP: &str = "just v0.7.0
|
||||
const EXPECTED_HELP: &str = "just v0.7.1
|
||||
Casey Rodarmor <casey@rodarmor.com>
|
||||
🤖 Just a command runner \
|
||||
- https://github.com/casey/just
|
||||
|
Loading…
Reference in New Issue
Block a user