Skip to content

Commit

Permalink
Release v0.7.1 (#662)
Browse files Browse the repository at this point in the history
- Bump version: 0.7.0 → 0.7.1
- Update changelog
- Update man page
- Update config test
  • Loading branch information
casey authored Jul 19, 2020
1 parent 05d73a4 commit 981465a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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 = "just"
version = "0.7.0"
version = "0.7.1"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down
4 changes: 2 additions & 2 deletions man/just.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
🤖 Just a command runner \
- https://github.com/casey/just
Expand Down

0 comments on commit 981465a

Please sign in to comment.