Skip to content

Commit

Permalink
Release v0.5.3 (#563)
Browse files Browse the repository at this point in the history
- Bump version: v0.5.2 -> v0.5.3
- Update changelog
  • Loading branch information
casey authored Dec 12, 2019
1 parent 49cd7f5 commit 320e202
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ Changelog
=========


[v0.5.2] - 2019-12-7
[v0.5.3] - 2019-12-11
---------------------

## Misc
- Assert that lexer advances over entire input (#560)
- Fix typo: `chracter` -> `character` (#561)
- Improve pre-publish check (#562)


[v0.5.2] - 2019-12-7
--------------------

## Added
- Add flags to set and clear shell arguments (#551)
- Allow passing arguments to dependencies (#555)
Expand Down
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.2"
version = "0.5.3"
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" "December 2019" "just 0.5.2" "JUST MANUAL"
.TH JUST "1" "December 2019" "just 0.5.3" "JUST MANUAL"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 0.5.2
just 0.5.3
\- 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 @@ -624,7 +624,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.2
const EXPECTED_HELP: &str = "just v0.5.3
Casey Rodarmor <[email protected]>
🤖 Just a command runner - https://github.com/casey/just
Expand Down

0 comments on commit 320e202

Please sign in to comment.