Skip to content

Commit

Permalink
Release v0.5.7 (#584)
Browse files Browse the repository at this point in the history
- Bump version: 0.5.6 -> 0.5.7
- Update change log
- Update man page
- Update config test
  • Loading branch information
casey authored Jan 28, 2020
1 parent 1a820a2 commit 1d084f1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Changelog
=========


[v0.5.7] - 2020-1-28
--------------------

## Misc
- Don't include directories in release archive (#583)


[v0.5.6] - 2020-1-28
--------------------

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.5.6"
version = "0.5.7"
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.11.
.TH JUST "1" "January 2020" "just 0.5.6" "JUST MANUAL"
.TH JUST "1" "January 2020" "just 0.5.7" "JUST MANUAL"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 0.5.6
just 0.5.7
\- 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 @@ -647,7 +647,7 @@ mod tests {
// proper tests for all the flags, but this will do for now.
#[test]
fn help() {
const EXPECTED_HELP: &str = "just v0.5.6
const EXPECTED_HELP: &str = "just v0.5.7
Casey Rodarmor <[email protected]>
🤖 Just a command runner - https://github.com/casey/just
Expand Down

0 comments on commit 1d084f1

Please sign in to comment.