Skip to content

Commit

Permalink
Release v0.7.2 (#670)
Browse files Browse the repository at this point in the history
- Bump version: 0.7.1 → 0.7.2
- Update dependencies
- Update changelog
- Update man page
- Update config test
  • Loading branch information
casey authored Aug 24, 2020
1 parent 9ecfd2b commit 551a22b
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 44 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

[v0.7.2] - 2020-8-23
--------------------

### Added
- Add option to print recipes in source order (#669)

### Misc
- Mention Linux, MacOS and Windows support in readme (#666)
- Add list highlighting nice features to readme (#664)


[v0.7.1] - 2020-7-19
--------------------

Expand Down
78 changes: 39 additions & 39 deletions 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.1"
version = "0.7.2"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"
Expand Down
9 changes: 6 additions & 3 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.1" "Just Manual"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH JUST "1" "August 2020" "just 0.7.2" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 0.7.1
just 0.7.2
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP
Expand Down Expand Up @@ -46,6 +46,9 @@ Suppress all output
\fB\-\-summary\fR
List names of available recipes
.TP
\fB\-u\fR, \fB\-\-unsorted\fR
Return list and summary entries in source order
.TP
\fB\-\-variables\fR
List names of variables
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,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.1
const EXPECTED_HELP: &str = "just v0.7.2
Casey Rodarmor <casey@rodarmor.com>
🤖 Just a command runner \
- https://github.com/casey/just
Expand Down

0 comments on commit 551a22b

Please sign in to comment.