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
|
## Added
|
||||||
- Add flags to set and clear shell arguments (#551)
|
- Add flags to set and clear shell arguments (#551)
|
||||||
- Allow passing arguments to dependencies (#555)
|
- Allow passing arguments to dependencies (#555)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.5.2"
|
version = "0.5.3"
|
||||||
description = "🤖 Just a command runner"
|
description = "🤖 Just a command runner"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
|
.\" 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
|
.SH NAME
|
||||||
just \- save and run commands
|
just \- save and run commands
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
just 0.5.2
|
just 0.5.3
|
||||||
\- Please see https://github.com/casey/just for more information.
|
\- Please see https://github.com/casey/just for more information.
|
||||||
.SS "USAGE:"
|
.SS "USAGE:"
|
||||||
.IP
|
.IP
|
||||||
|
@ -624,7 +624,7 @@ mod tests {
|
|||||||
// proper tests for all the flags, but this will do for now.
|
// proper tests for all the flags, but this will do for now.
|
||||||
#[test]
|
#[test]
|
||||||
fn help() {
|
fn help() {
|
||||||
const EXPECTED_HELP: &str = "just v0.5.2
|
const EXPECTED_HELP: &str = "just v0.5.3
|
||||||
Casey Rodarmor <casey@rodarmor.com>
|
Casey Rodarmor <casey@rodarmor.com>
|
||||||
🤖 Just a command runner - https://github.com/casey/just
|
🤖 Just a command runner - https://github.com/casey/just
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user