Release 0.9.8 (#896)

- Bump version: 0.9.7 → 0.9.8
- Update man page
- Update config test
- Update changelog
This commit is contained in:
Casey Rodarmor 2021-07-03 16:58:58 -07:00 committed by GitHub
parent 2c8187348b
commit 32f3132997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 57 deletions

View File

@ -1,6 +1,13 @@
Changelog Changelog
========= =========
[0.9.8](https://github.com/casey/just/releases/tag/0.9.8) - 2021-7-3
--------------------------------------------------------------------
### Misc
- Fix changelog formatting (#894)
- Only run install script on CI for non-releases (#895)
[0.9.7](https://github.com/casey/just/releases/tag/0.9.7) - 2021-7-3 [0.9.7](https://github.com/casey/just/releases/tag/0.9.7) - 2021-7-3
-------------------------------------------------------------------- --------------------------------------------------------------------
@ -12,7 +19,6 @@ Changelog
- Remove outdated note in `Cargo.toml` (#891) - Remove outdated note in `Cargo.toml` (#891)
- Link to GitHub release pages in changelog (#886) - Link to GitHub release pages in changelog (#886)
[0.9.6](https://github.com/casey/just/releases/tag/0.9.6) - 2021-6-24 [0.9.6](https://github.com/casey/just/releases/tag/0.9.6) - 2021-6-24
--------------------------------------------------------------------- ---------------------------------------------------------------------
@ -25,7 +31,6 @@ Changelog
- Add `file_extensions` to Sublime syntax file (#878) - Add `file_extensions` to Sublime syntax file (#878)
- Document path manipulation functions in readme (#877) - Document path manipulation functions in readme (#877)
[0.9.5](https://github.com/casey/just/releases/tag/0.9.5) - 2021-6-12 [0.9.5](https://github.com/casey/just/releases/tag/0.9.5) - 2021-6-12
--------------------------------------------------------------------- ---------------------------------------------------------------------
@ -46,7 +51,6 @@ Changelog
- Move pages assets back to `docs` (#846) - Move pages assets back to `docs` (#846)
- Move pages assets to `www` (#845) - Move pages assets to `www` (#845)
[0.9.4](https://github.com/casey/just/releases/tag/v0.9.4) - 2021-5-27 [0.9.4](https://github.com/casey/just/releases/tag/v0.9.4) - 2021-5-27
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -58,7 +62,6 @@ Changelog
- Add `vim-just` installation instructions to readme (#835) - Add `vim-just` installation instructions to readme (#835)
- Refactor shebang handling (#833) - Refactor shebang handling (#833)
[0.9.3](https://github.com/casey/just/releases/tag/v0.9.3) - 2021-5-16 [0.9.3](https://github.com/casey/just/releases/tag/v0.9.3) - 2021-5-16
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -78,14 +81,12 @@ Changelog
- Document that just is now in Arch official repo (#814) - Document that just is now in Arch official repo (#814)
- Fix changelog years (#813) - Fix changelog years (#813)
[0.9.2](https://github.com/casey/just/releases/tag/v0.9.2) - 2021-5-02 [0.9.2](https://github.com/casey/just/releases/tag/v0.9.2) - 2021-5-02
---------------------------------------------------------------------- ----------------------------------------------------------------------
### Fixed ### Fixed
- Pass evaluated arguments as positional arguments (#810) - Pass evaluated arguments as positional arguments (#810)
[0.9.1](https://github.com/casey/just/releases/tag/v0.9.1) - 2021-4-24 [0.9.1](https://github.com/casey/just/releases/tag/v0.9.1) - 2021-4-24
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -105,14 +106,12 @@ Changelog
- Disable .env warning for now - Disable .env warning for now
- Warn if `.env` file loaded and `dotenv-load` unset (#784) - Warn if `.env` file loaded and `dotenv-load` unset (#784)
[0.9.0](https://github.com/casey/just/releases/tag/v0.9.0) - 2021-3-28 [0.9.0](https://github.com/casey/just/releases/tag/v0.9.0) - 2021-3-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
### Changed ### Changed
- Turn `=` deprecation warning into a hard error (#780) - Turn `=` deprecation warning into a hard error (#780)
[0.8.7](https://github.com/casey/just/releases/tag/v0.8.7) - 2021-3-28 [0.8.7](https://github.com/casey/just/releases/tag/v0.8.7) - 2021-3-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -122,7 +121,6 @@ Changelog
### Misc ### Misc
- Change publish recipe to use stable rust (#777) - Change publish recipe to use stable rust (#777)
[0.8.6](https://github.com/casey/just/releases/tag/v0.8.6) - 2021-3-28 [0.8.6](https://github.com/casey/just/releases/tag/v0.8.6) - 2021-3-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -139,7 +137,6 @@ Changelog
- De-emphasize cmd.exe in readme (#768) - De-emphasize cmd.exe in readme (#768)
- Fix warnings (#770) - Fix warnings (#770)
[0.8.5](https://github.com/casey/just/releases/tag/v0.8.5) - 2021-3-24 [0.8.5](https://github.com/casey/just/releases/tag/v0.8.5) - 2021-3-24
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -153,7 +150,6 @@ Changelog
- Note Emacs package `just-mode` in readme (#759) - Note Emacs package `just-mode` in readme (#759)
- Note shebang line splitting inconsistency in readme (#757) - Note shebang line splitting inconsistency in readme (#757)
[0.8.4](https://github.com/casey/just/releases/tag/v0.8.4) - 2021-2-9 [0.8.4](https://github.com/casey/just/releases/tag/v0.8.4) - 2021-2-9
--------------------------------------------------------------------- ---------------------------------------------------------------------
@ -172,14 +168,12 @@ Changelog
- Replace saythanks.io link with malto: link (#723) - Replace saythanks.io link with malto: link (#723)
- Update man page to v0.8.3 (#720) - Update man page to v0.8.3 (#720)
[0.8.3](https://github.com/casey/just/releases/tag/v0.8.3) - 2020-10-27 [0.8.3](https://github.com/casey/just/releases/tag/v0.8.3) - 2020-10-27
----------------------------------------------------------------------- -----------------------------------------------------------------------
### Added ### Added
- Allow ignoring line endings inside delimiters (#717) - Allow ignoring line endings inside delimiters (#717)
[0.8.2](https://github.com/casey/just/releases/tag/v0.8.2) - 2020-10-26 [0.8.2](https://github.com/casey/just/releases/tag/v0.8.2) - 2020-10-26
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -194,7 +188,6 @@ Changelog
- Automatically track expected tokens while parsing (#711) - Automatically track expected tokens while parsing (#711)
- Document feature flags in Cargo.toml (#709) - Document feature flags in Cargo.toml (#709)
[0.8.1](https://github.com/casey/just/releases/tag/v0.8.1) - 2020-10-15 [0.8.1](https://github.com/casey/just/releases/tag/v0.8.1) - 2020-10-15
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -209,7 +202,6 @@ Changelog
- Fix build fix (#693) - Fix build fix (#693)
- Fix readme documentation for ignoring errors (#692) - Fix readme documentation for ignoring errors (#692)
[0.8.0](https://github.com/casey/just/releases/tag/v0.8.0) - 2020-10-3 [0.8.0](https://github.com/casey/just/releases/tag/v0.8.0) - 2020-10-3
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -221,7 +213,6 @@ Changelog
- Install BSD Tar on GitHub Actions to fix CI errors (#689) - Install BSD Tar on GitHub Actions to fix CI errors (#689)
- Move separate quiet config value to verbosity (#686) - Move separate quiet config value to verbosity (#686)
[0.7.3](https://github.com/casey/just/releases/tag/v0.7.3) - 2020-9-17 [0.7.3](https://github.com/casey/just/releases/tag/v0.7.3) - 2020-9-17
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -232,7 +223,6 @@ Changelog
- Combine integration tests into single binary (#679) - Combine integration tests into single binary (#679)
- Document `--unsorted` flag in readme (#672) - Document `--unsorted` flag in readme (#672)
[0.7.2](https://github.com/casey/just/releases/tag/v0.7.2) - 2020-8-23 [0.7.2](https://github.com/casey/just/releases/tag/v0.7.2) - 2020-8-23
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -243,7 +233,6 @@ Changelog
- Mention Linux, MacOS and Windows support in readme (#666) - Mention Linux, MacOS and Windows support in readme (#666)
- Add list highlighting nice features to readme (#664) - Add list highlighting nice features to readme (#664)
[0.7.1](https://github.com/casey/just/releases/tag/v0.7.1) - 2020-7-19 [0.7.1](https://github.com/casey/just/releases/tag/v0.7.1) - 2020-7-19
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -253,7 +242,6 @@ Changelog
### Misc ### Misc
- Move link-time optimization config into `Cargo.toml` (#658) - Move link-time optimization config into `Cargo.toml` (#658)
[0.7.0](https://github.com/casey/just/releases/tag/v0.7.0) - 2020-7-16 [0.7.0](https://github.com/casey/just/releases/tag/v0.7.0) - 2020-7-16
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -263,14 +251,12 @@ Changelog
### Misc ### Misc
- Mark tags that start with `v` as releases (#654) - Mark tags that start with `v` as releases (#654)
[0.6.1](https://github.com/casey/just/releases/tag/v0.6.1) - 2020-6-28 [0.6.1](https://github.com/casey/just/releases/tag/v0.6.1) - 2020-6-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
### Changed ### Changed
- Only use `cygpath` on shebang if it contains `/` (#652) - Only use `cygpath` on shebang if it contains `/` (#652)
[0.6.0](https://github.com/casey/just/releases/tag/v0.6.0) - 2020-6-18 [0.6.0](https://github.com/casey/just/releases/tag/v0.6.0) - 2020-6-18
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -290,7 +276,6 @@ Changelog
- Add example justfile (#639) - Add example justfile (#639)
- Document how to run recipes after another recipe (#630) - Document how to run recipes after another recipe (#630)
[0.5.11](https://github.com/casey/just/releases/tag/v0.5.11) - 2020-5-23 [0.5.11](https://github.com/casey/just/releases/tag/v0.5.11) - 2020-5-23
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -301,11 +286,9 @@ Changelog
- Complete recipe names in fish completion script (#625) - Complete recipe names in fish completion script (#625)
- Suggest aliases for unknown recipes (#624) - Suggest aliases for unknown recipes (#624)
[0.5.10](https://github.com/casey/just/releases/tag/v0.5.10) - 2020-3-18 [0.5.10](https://github.com/casey/just/releases/tag/v0.5.10) - 2020-3-18
------------------------------------------------------------------------ ------------------------------------------------------------------------
[0.5.9](https://github.com/casey/just/releases/tag/v0.5.9) - 2020-3-18 [0.5.9](https://github.com/casey/just/releases/tag/v0.5.9) - 2020-3-18
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -329,7 +312,6 @@ Changelog
- Wrap comments at 80 characters (#593) - Wrap comments at 80 characters (#593)
- Use unstable rustfmt configuration options (#592) - Use unstable rustfmt configuration options (#592)
[0.5.8](https://github.com/casey/just/releases/tag/v0.5.8) - 2020-1-28 [0.5.8](https://github.com/casey/just/releases/tag/v0.5.8) - 2020-1-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -340,14 +322,12 @@ Changelog
- Improve comments in justfile (#588) - Improve comments in justfile (#588)
- Remove unused dependencies (#587) - Remove unused dependencies (#587)
[0.5.7](https://github.com/casey/just/releases/tag/v0.5.7) - 2020-1-28 [0.5.7](https://github.com/casey/just/releases/tag/v0.5.7) - 2020-1-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
### Misc ### Misc
- Don't include directories in release archive (#583) - Don't include directories in release archive (#583)
[0.5.6](https://github.com/casey/just/releases/tag/v0.5.6) - 2020-1-28 [0.5.6](https://github.com/casey/just/releases/tag/v0.5.6) - 2020-1-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -357,7 +337,6 @@ Changelog
- Expand use of Github Actions (#580) - Expand use of Github Actions (#580)
- Fix readme typo: interpetation -> interpretation (#578) - Fix readme typo: interpetation -> interpretation (#578)
[0.5.5](https://github.com/casey/just/releases/tag/v0.5.5) - 2020-1-15 [0.5.5](https://github.com/casey/just/releases/tag/v0.5.5) - 2020-1-15
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -368,7 +347,6 @@ Changelog
- Check long lines and FIXME/TODO on CI (#575) - Check long lines and FIXME/TODO on CI (#575)
- Add additional continuous integration checks (#574) - Add additional continuous integration checks (#574)
[0.5.4](https://github.com/casey/just/releases/tag/v0.5.4) - 2019-12-25 [0.5.4](https://github.com/casey/just/releases/tag/v0.5.4) - 2019-12-25
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -382,7 +360,6 @@ Changelog
- Reform indentation handling (#565) - Reform indentation handling (#565)
- Update Cargo.lock with new version (#564) - Update Cargo.lock with new version (#564)
[0.5.3](https://github.com/casey/just/releases/tag/v0.5.3) - 2019-12-11 [0.5.3](https://github.com/casey/just/releases/tag/v0.5.3) - 2019-12-11
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -391,7 +368,6 @@ Changelog
- Fix typo: `chracter` -> `character` (#561) - Fix typo: `chracter` -> `character` (#561)
- Improve pre-publish check (#562) - Improve pre-publish check (#562)
[0.5.2](https://github.com/casey/just/releases/tag/v0.5.2) - 2019-12-7 [0.5.2](https://github.com/casey/just/releases/tag/v0.5.2) - 2019-12-7
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -407,7 +383,6 @@ Changelog
- Resolve functions (#550) - Resolve functions (#550)
- Reform scope and binding (#556) - Reform scope and binding (#556)
[0.5.1](https://github.com/casey/just/releases/tag/v0.5.1) - 2019-11-20 [0.5.1](https://github.com/casey/just/releases/tag/v0.5.1) - 2019-11-20
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -423,7 +398,6 @@ Changelog
- Move lexer comment (#536) - Move lexer comment (#536)
- Add missing `--init` test (#543) - Add missing `--init` test (#543)
[0.5.0](https://github.com/casey/just/releases/tag/v0.5.0) - 2019-11-12 [0.5.0](https://github.com/casey/just/releases/tag/v0.5.0) - 2019-11-12
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -446,7 +420,6 @@ Changelog
- Reform Parser (#509) - Reform Parser (#509)
- Note need to publish with nightly cargo (#506) - Note need to publish with nightly cargo (#506)
[0.4.5](https://github.com/casey/just/releases/tag/v0.4.5) - 2019-10-31 [0.4.5](https://github.com/casey/just/releases/tag/v0.4.5) - 2019-10-31
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -497,7 +470,6 @@ Changelog
- Remove dependency on brev (#462) - Remove dependency on brev (#462)
- Update dependencies (#501) - Update dependencies (#501)
[0.4.4](https://github.com/casey/just/releases/tag/v0.4.4) - 2019-06-02 [0.4.4](https://github.com/casey/just/releases/tag/v0.4.4) - 2019-06-02
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -507,7 +479,6 @@ Changelog
### Added ### Added
- Display alias target with `--show` (#443) - Display alias target with `--show` (#443)
[0.4.3](https://github.com/casey/just/releases/tag/v0.4.3) - 2019-05-07 [0.4.3](https://github.com/casey/just/releases/tag/v0.4.3) - 2019-05-07
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -531,21 +502,18 @@ Changelog
- Move CompilationErrorKind into separate module (#416) - Move CompilationErrorKind into separate module (#416)
- Remove `write_token_error_context` (#417) - Remove `write_token_error_context` (#417)
[0.4.2](https://github.com/casey/just/releases/tag/v0.4.2) - 2019-04-12 [0.4.2](https://github.com/casey/just/releases/tag/v0.4.2) - 2019-04-12
----------------------------------------------------------------------- -----------------------------------------------------------------------
### Changed ### Changed
- Regex-based lexer replaced with much nicer character-at-a-time lexer (#406) - Regex-based lexer replaced with much nicer character-at-a-time lexer (#406)
[0.4.1](https://github.com/casey/just/releases/tag/v0.4.1) - 2019-04-12 [0.4.1](https://github.com/casey/just/releases/tag/v0.4.1) - 2019-04-12
----------------------------------------------------------------------- -----------------------------------------------------------------------
### Changed ### Changed
- Make summary function non-generic (#404) - Make summary function non-generic (#404)
[0.4.0](https://github.com/casey/just/releases/tag/v0.4.0) - 2019-04-12 [0.4.0](https://github.com/casey/just/releases/tag/v0.4.0) - 2019-04-12
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -561,7 +529,6 @@ Changelog
- Upgrade to Rust 2018 (#394) - Upgrade to Rust 2018 (#394)
- Format the codebase with rustfmt (#346) - Format the codebase with rustfmt (#346)
[0.3.13](https://github.com/casey/just/releases/tag/v0.3.13) - 2018-11-06 [0.3.13](https://github.com/casey/just/releases/tag/v0.3.13) - 2018-11-06
------------------------------------------------------------------------- -------------------------------------------------------------------------
@ -574,49 +541,42 @@ Changelog
### Fixed ### Fixed
- Use PutBackN instead of PutBack in parser (#364) - Use PutBackN instead of PutBack in parser (#364)
[0.3.12](https://github.com/casey/just/releases/tag/v0.3.12) - 2018-06-19 [0.3.12](https://github.com/casey/just/releases/tag/v0.3.12) - 2018-06-19
------------------------------------------------------------------------- -------------------------------------------------------------------------
### Added ### Added
- Implemented invocation_directory function - Implemented invocation_directory function
[0.3.11](https://github.com/casey/just/releases/tag/v0.3.11) - 2018-05-6 [0.3.11](https://github.com/casey/just/releases/tag/v0.3.11) - 2018-05-6
------------------------------------------------------------------------ ------------------------------------------------------------------------
### Fixed ### Fixed
- Fixed colors on windows (#317) - Fixed colors on windows (#317)
[0.3.10](https://github.com/casey/just/releases/tag/v0.3.10) - 2018-3-19 [0.3.10](https://github.com/casey/just/releases/tag/v0.3.10) - 2018-3-19
------------------------------------------------------------------------ ------------------------------------------------------------------------
### Added ### Added
- Make .env vars available in env_var functions (#310) - Make .env vars available in env_var functions (#310)
[0.3.8](https://github.com/casey/just/releases/tag/v0.3.8) - 2018-3-5 [0.3.8](https://github.com/casey/just/releases/tag/v0.3.8) - 2018-3-5
--------------------------------------------------------------------- ---------------------------------------------------------------------
### Added ### Added
- Add dotenv integration (#306) - Add dotenv integration (#306)
[0.3.7](https://github.com/casey/just/releases/tag/v0.3.7) - 2017-12-11 [0.3.7](https://github.com/casey/just/releases/tag/v0.3.7) - 2017-12-11
----------------------------------------------------------------------- -----------------------------------------------------------------------
### Fixed ### Fixed
- Fix error if ! appears in comment (#296) - Fix error if ! appears in comment (#296)
[0.3.6](https://github.com/casey/just/releases/tag/v0.3.6) - 2017-12-11 [0.3.6](https://github.com/casey/just/releases/tag/v0.3.6) - 2017-12-11
----------------------------------------------------------------------- -----------------------------------------------------------------------
### Fixed ### Fixed
- Lex CRLF line endings properly (#292) - Lex CRLF line endings properly (#292)
[0.3.5](https://github.com/casey/just/releases/tag/v0.3.5) - 2017-12-11 [0.3.5](https://github.com/casey/just/releases/tag/v0.3.5) - 2017-12-11
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -625,7 +585,6 @@ Changelog
- Add `arch()`, `os()`, and `os_family()` functions (#277) - Add `arch()`, `os()`, and `os_family()` functions (#277)
- Add `env_var(key)` and `env_var_or_default(key, default)` functions (#280) - Add `env_var(key)` and `env_var_or_default(key, default)` functions (#280)
[0.3.4](https://github.com/casey/just/releases/tag/v0.3.4) - 2017-10-06 [0.3.4](https://github.com/casey/just/releases/tag/v0.3.4) - 2017-10-06
----------------------------------------------------------------------- -----------------------------------------------------------------------
@ -635,7 +594,6 @@ Changelog
### Changed ### Changed
- Change license to CC0 going forward (#270) - Change license to CC0 going forward (#270)
[0.3.1](https://github.com/casey/just/releases/tag/v0.3.1) - 2017-10-06 [0.3.1](https://github.com/casey/just/releases/tag/v0.3.1) - 2017-10-06
----------------------------------------------------------------------- -----------------------------------------------------------------------

6
Cargo.lock generated
View File

@ -194,7 +194,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]] [[package]]
name = "just" name = "just"
version = "0.9.7" version = "0.9.8"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"atty", "atty",
@ -531,9 +531,9 @@ dependencies = [
[[package]] [[package]]
name = "temptree" name = "temptree"
version = "0.0.0" version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b41283c421539cd57fda2bdae139a0e08992dba973cd4ba859765c867ad591" checksum = "13f60523942b252a93f18dd6c8ba53488929d59f7b106be23a29bc9cbc466461"
dependencies = [ dependencies = [
"tempfile", "tempfile",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "just" name = "just"
version = "0.9.7" version = "0.9.8"
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"
@ -46,7 +46,7 @@ features = ["derive"]
[dev-dependencies] [dev-dependencies]
executable-path = "1.0.0" executable-path = "1.0.0"
pretty_assertions = "0.7.0" pretty_assertions = "0.7.0"
temptree = "0.0.0" temptree = "0.1.0"
which = "4.0.0" which = "4.0.0"
yaml-rust = "0.4.5" yaml-rust = "0.4.5"

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15.
.TH JUST "1" "July 2021" "just 0.9.7" "Just Manual" .TH JUST "1" "July 2021" "just 0.9.8" "Just Manual"
.SH NAME .SH NAME
just \- save and run commands just \- save and run commands
.SH DESCRIPTION .SH DESCRIPTION
just 0.9.7 just 0.9.8
\- 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

View File

@ -948,7 +948,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 0.9.7 const EXPECTED_HELP: &str = "just 0.9.8
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