Release v0.8.3 (#718)

- Bump version: 0.8.2 → 0.8.3
- Update changelog
- Update config test
This commit is contained in:
Casey Rodarmor 2020-10-28 00:04:53 -07:00 committed by GitHub
parent aa506fa5bd
commit 19f986d495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
Changelog Changelog
========= =========
[v0.8.3] - 2020-10-27
---------------------
### Added
- Allow ignoring line endings inside delimiters (#717)
[v0.8.2] - 2020-10-26 [v0.8.2] - 2020-10-26
--------------------- ---------------------

2
Cargo.lock generated
View File

@ -182,7 +182,7 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
[[package]] [[package]]
name = "just" name = "just"
version = "0.8.2" version = "0.8.3"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"atty", "atty",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "just" name = "just"
version = "0.8.2" version = "0.8.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"

View File

@ -809,7 +809,7 @@ mod tests {
// have proper tests for all the flags, but this will do for now. // have proper tests for all the flags, but this will do for now.
#[test] #[test]
fn help() { fn help() {
const EXPECTED_HELP: &str = "just v0.8.2 const EXPECTED_HELP: &str = "just v0.8.3
Casey Rodarmor <casey@rodarmor.com> Casey Rodarmor <casey@rodarmor.com>
🤖 Just a command runner \ 🤖 Just a command runner \
- https://github.com/casey/just - https://github.com/casey/just