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:
Casey Rodarmor 2020-07-19 05:10:38 -07:00 committed by GitHub
parent 05d73a423a
commit 981465ad30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 6 deletions

View File

@ -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
View File

@ -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)",

View File

@ -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"

View File

@ -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

View File

@ -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