Release v0.5.3 (#563)
- Bump version: v0.5.2 -> v0.5.3 - Update changelog
This commit is contained in:
parent
49cd7f5a93
commit
320e2027a1
11
CHANGELOG.md
11
CHANGELOG.md
@ -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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "just"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
description = "🤖 Just a command runner"
|
||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||
license = "CC0-1.0"
|
||||
|
@ -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
|
||||
|
@ -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 <casey@rodarmor.com>
|
||||
🤖 Just a command runner - https://github.com/casey/just
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user