From 6272151551c3da19701b11bff55e8278eaa06df6 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 3 Jul 2021 14:39:41 -0700 Subject: [PATCH] Release 0.9.7 (#893) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version: 0.9.6 → 0.9.7 - Update dependencies - Update man page - Update config test - Update changelog --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- man/just.1 | 4 ++-- src/config.rs | 2 +- 5 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a24beb9..6c4b47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[0.9.7](https://github.com/casey/just/releases/tag/0.9.7) - 2021-7-3 +-------------------------------------------------------------------- + +## Added +- Add string manipulation functions (#888) + +## Misc +- Remove test-utilities crate (#892) +- Remove outdated note in `Cargo.toml` (#891) +- Link to GitHub release pages in changelog (#886) + + [0.9.6](https://github.com/casey/just/releases/tag/0.9.6) - 2021-6-24 --------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index b40c296..98f18e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "just" -version = "0.9.6" +version = "0.9.7" dependencies = [ "ansi_term 0.12.1", "atty", @@ -558,9 +558,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" +checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" [[package]] name = "unicode-width" diff --git a/Cargo.toml b/Cargo.toml index 234c22d..35dcf65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.9.6" +version = "0.9.7" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/man/just.1 b/man/just.1 index 506f782..d60263e 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" "June 2021" "just 0.9.6" "Just Manual" +.TH JUST "1" "July 2021" "just 0.9.7" "Just Manual" .SH NAME just \- save and run commands .SH DESCRIPTION -just 0.9.6 +just 0.9.7 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP diff --git a/src/config.rs b/src/config.rs index 50ecc99..612d976 100644 --- a/src/config.rs +++ b/src/config.rs @@ -948,7 +948,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.9.6 + const EXPECTED_HELP: &str = "just 0.9.7 Casey Rodarmor 🤖 Just a command runner \ - https://github.com/casey/just