Skip to content

Commit

Permalink
Release v0.5.6 (#582)
Browse files Browse the repository at this point in the history
- Bump version: 0.5.5 -> 0.5.6
- Update change log
- Update man page
- Update config test
  • Loading branch information
casey authored Jan 28, 2020
1 parent 4d175ad commit f3d5d12
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 23 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
=========


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

## Misc
- Build and upload release artifacts from GitHub Actions (#581)
- List solus package in readme (#579)
- Expand use of Github Actions (#580)
- Fix readme typo: interpetation -> interpretation (#578)


[v0.5.5] - 2020-1-15
--------------------

Expand Down
38 changes: 19 additions & 19 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.5.5"
version = "0.5.6"
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.5" "JUST MANUAL"
.TH JUST "1" "January 2020" "just 0.5.6" "JUST MANUAL"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 0.5.5
just 0.5.6
\- 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.5
const EXPECTED_HELP: &str = "just v0.5.6
Casey Rodarmor <[email protected]>
🤖 Just a command runner - https://github.com/casey/just
Expand Down

0 comments on commit f3d5d12

Please sign in to comment.