From 93f88dc8cf2514e0c0abd800a254ff1097a12fa9 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 28 Sep 2021 20:04:24 -0700 Subject: [PATCH] Release 0.10.2 (#979) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version: 0.10.1 → 0.10.2 - Update changelog - Update config test - Update dependencies - Update man page - Bump MSRV to 1.47 for libc --- CHANGELOG.md | 18 +++++++++++++++++- Cargo.lock | 42 +++++++++++++++++++++--------------------- Cargo.toml | 6 +++--- man/just.1 | 6 +++--- rust-toolchain | 2 +- src/config.rs | 2 +- 6 files changed, 46 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921e6b4b..8a7f3a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,24 @@ Changelog ========= +[0.10.2](https://github.com/casey/just/releases/tag/0.10.2) - 2021-9-26 +----------------------------------------------------------------------- + +### Added +- Implement regular expression match conditionals (#970) + +### Misc +- Add detailed instructions for installing prebuilt binaries (#978) +- Improve readme package table formatting (#977) +- Add conda package to README (#976) +- Change MSRV to 1.46.0 (#968) +- Use stable rustfmt instead of nightly (#967) +- Fix readme typo: FOO → WORLD (#964) +- Reword Emacs section in readme (#962) +- Mention justl mode for Emacs (#961) + [0.10.1](https://github.com/casey/just/releases/tag/0.10.1) - 2021-8-27 ----------------------------------------------------------------------- +----------------------------------------------------------------------- ### Added - Add flags for specifying name and path to environment file (#941) diff --git a/Cargo.lock b/Cargo.lock index 4ade430d..0692e057 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,9 +58,9 @@ checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b" [[package]] name = "cc" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" +checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0" [[package]] name = "cfg-if" @@ -86,18 +86,18 @@ dependencies = [ [[package]] name = "cradle" -version = "0.0.22" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08eadebbd9d797e6ae68c04c8d2e82c280d97dc2d35341995c210024f4958648" +checksum = "9473b661a00f1ceccdba920e10a2c35b7c0a73c11c0b14c4d11d25195141d00d" dependencies = [ "rustversion", ] [[package]] name = "ctor" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d" +checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa" dependencies = [ "quote", "syn", @@ -210,7 +210,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "just" -version = "0.10.1" +version = "0.10.2" dependencies = [ "ansi_term 0.12.1", "atty", @@ -255,9 +255,9 @@ checksum = "441225017b106b9f902e97947a6d31e44ebcf274b91bdbfb51e5c477fcd468e5" [[package]] name = "libc" -version = "0.2.101" +version = "0.2.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21" +checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" [[package]] name = "linked-hash-map" @@ -319,9 +319,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "pretty_assertions" -version = "0.7.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b" +checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc" dependencies = [ "ansi_term 0.12.1", "ctor", @@ -355,9 +355,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612" +checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d" dependencies = [ "unicode-xid", ] @@ -490,9 +490,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71" +checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa" dependencies = [ "clap", "lazy_static", @@ -501,9 +501,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10" +checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba" dependencies = [ "heck", "proc-macro-error", @@ -535,9 +535,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.75" +version = "1.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7" +checksum = "5239bc68e0fef57495900cfea4e8dc75596d9a319d7e16b1e0a440d24e6fe0a0" dependencies = [ "proc-macro2", "quote", @@ -616,9 +616,9 @@ checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" [[package]] name = "unicode-width" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" +checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "unicode-xid" diff --git a/Cargo.toml b/Cargo.toml index 7bd116c4..0ad274a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.10.1" +version = "0.10.2" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" @@ -48,9 +48,9 @@ version = "0.21.0" features = ["derive"] [dev-dependencies] -cradle = "0.0.22" +cradle = "0.2.0" executable-path = "1.0.0" -pretty_assertions = "0.7.0" +pretty_assertions = "1.0.0" temptree = "0.2.0" which = "4.0.0" yaml-rust = "0.4.5" diff --git a/man/just.1 b/man/just.1 index 8d969cfd..c11482a8 100644 --- a/man/just.1 +++ b/man/just.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. -.TH JUST "1" "August 2021" "just 0.10.1" "Just Manual" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. +.TH JUST "1" "September 2021" "just 0.10.2" "Just Manual" .SH NAME just \- save and run commands .SH DESCRIPTION -just 0.10.1 +just 0.10.2 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP diff --git a/rust-toolchain b/rust-toolchain index 0a3db35b..21998d3c 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.46.0 +1.47.0 diff --git a/src/config.rs b/src/config.rs index eee784e4..b6b9ab3e 100644 --- a/src/config.rs +++ b/src/config.rs @@ -584,7 +584,7 @@ mod tests { // have proper tests for all the flags, but this will do for now. #[test] fn help() { - const EXPECTED_HELP: &str = "just 0.10.1 + const EXPECTED_HELP: &str = "just 0.10.2 Casey Rodarmor 🤖 Just a command runner \ - https://github.com/casey/just