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:
parent
2c8187348b
commit
32f3132997
56
CHANGELOG.md
56
CHANGELOG.md
@ -1,6 +1,13 @@
|
||||
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
|
||||
--------------------------------------------------------------------
|
||||
|
||||
@ -12,7 +19,6 @@ Changelog
|
||||
- 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
|
||||
---------------------------------------------------------------------
|
||||
|
||||
@ -25,7 +31,6 @@ Changelog
|
||||
- Add `file_extensions` to Sublime syntax file (#878)
|
||||
- Document path manipulation functions in readme (#877)
|
||||
|
||||
|
||||
[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 to `www` (#845)
|
||||
|
||||
|
||||
[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)
|
||||
- Refactor shebang handling (#833)
|
||||
|
||||
|
||||
[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)
|
||||
- Fix changelog years (#813)
|
||||
|
||||
|
||||
[0.9.2](https://github.com/casey/just/releases/tag/v0.9.2) - 2021-5-02
|
||||
----------------------------------------------------------------------
|
||||
|
||||
### Fixed
|
||||
- Pass evaluated arguments as positional arguments (#810)
|
||||
|
||||
|
||||
[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
|
||||
- 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
|
||||
----------------------------------------------------------------------
|
||||
|
||||
### Changed
|
||||
- Turn `=` deprecation warning into a hard error (#780)
|
||||
|
||||
|
||||
[0.8.7](https://github.com/casey/just/releases/tag/v0.8.7) - 2021-3-28
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -122,7 +121,6 @@ Changelog
|
||||
### Misc
|
||||
- Change publish recipe to use stable rust (#777)
|
||||
|
||||
|
||||
[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)
|
||||
- Fix warnings (#770)
|
||||
|
||||
|
||||
[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 shebang line splitting inconsistency in readme (#757)
|
||||
|
||||
|
||||
[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)
|
||||
- Update man page to v0.8.3 (#720)
|
||||
|
||||
|
||||
[0.8.3](https://github.com/casey/just/releases/tag/v0.8.3) - 2020-10-27
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
### Added
|
||||
- Allow ignoring line endings inside delimiters (#717)
|
||||
|
||||
|
||||
[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)
|
||||
- Document feature flags in Cargo.toml (#709)
|
||||
|
||||
|
||||
[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 readme documentation for ignoring errors (#692)
|
||||
|
||||
|
||||
[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)
|
||||
- Move separate quiet config value to verbosity (#686)
|
||||
|
||||
|
||||
[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)
|
||||
- Document `--unsorted` flag in readme (#672)
|
||||
|
||||
|
||||
[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)
|
||||
- Add list highlighting nice features to readme (#664)
|
||||
|
||||
|
||||
[0.7.1](https://github.com/casey/just/releases/tag/v0.7.1) - 2020-7-19
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -253,7 +242,6 @@ Changelog
|
||||
### Misc
|
||||
- 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
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -263,14 +251,12 @@ Changelog
|
||||
### Misc
|
||||
- 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
|
||||
----------------------------------------------------------------------
|
||||
|
||||
### Changed
|
||||
- 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
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -290,7 +276,6 @@ Changelog
|
||||
- Add example justfile (#639)
|
||||
- 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
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@ -301,11 +286,9 @@ Changelog
|
||||
- Complete recipe names in fish completion script (#625)
|
||||
- Suggest aliases for unknown recipes (#624)
|
||||
|
||||
|
||||
[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
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -329,7 +312,6 @@ Changelog
|
||||
- Wrap comments at 80 characters (#593)
|
||||
- Use unstable rustfmt configuration options (#592)
|
||||
|
||||
|
||||
[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)
|
||||
- Remove unused dependencies (#587)
|
||||
|
||||
|
||||
[0.5.7](https://github.com/casey/just/releases/tag/v0.5.7) - 2020-1-28
|
||||
----------------------------------------------------------------------
|
||||
|
||||
### Misc
|
||||
- Don't include directories in release archive (#583)
|
||||
|
||||
|
||||
[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)
|
||||
- Fix readme typo: interpetation -> interpretation (#578)
|
||||
|
||||
|
||||
[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)
|
||||
- Add additional continuous integration checks (#574)
|
||||
|
||||
|
||||
[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)
|
||||
- Update Cargo.lock with new version (#564)
|
||||
|
||||
|
||||
[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)
|
||||
- Improve pre-publish check (#562)
|
||||
|
||||
|
||||
[0.5.2](https://github.com/casey/just/releases/tag/v0.5.2) - 2019-12-7
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -407,7 +383,6 @@ Changelog
|
||||
- Resolve functions (#550)
|
||||
- Reform scope and binding (#556)
|
||||
|
||||
|
||||
[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)
|
||||
- Add missing `--init` test (#543)
|
||||
|
||||
|
||||
[0.5.0](https://github.com/casey/just/releases/tag/v0.5.0) - 2019-11-12
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
@ -446,7 +420,6 @@ Changelog
|
||||
- Reform Parser (#509)
|
||||
- Note need to publish with nightly cargo (#506)
|
||||
|
||||
|
||||
[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)
|
||||
- Update dependencies (#501)
|
||||
|
||||
|
||||
[0.4.4](https://github.com/casey/just/releases/tag/v0.4.4) - 2019-06-02
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
@ -507,7 +479,6 @@ Changelog
|
||||
### Added
|
||||
- Display alias target with `--show` (#443)
|
||||
|
||||
|
||||
[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)
|
||||
- Remove `write_token_error_context` (#417)
|
||||
|
||||
|
||||
[0.4.2](https://github.com/casey/just/releases/tag/v0.4.2) - 2019-04-12
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
### Changed
|
||||
- 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
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
### Changed
|
||||
- Make summary function non-generic (#404)
|
||||
|
||||
|
||||
[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)
|
||||
- Format the codebase with rustfmt (#346)
|
||||
|
||||
|
||||
[0.3.13](https://github.com/casey/just/releases/tag/v0.3.13) - 2018-11-06
|
||||
-------------------------------------------------------------------------
|
||||
|
||||
@ -574,49 +541,42 @@ Changelog
|
||||
### Fixed
|
||||
- Use PutBackN instead of PutBack in parser (#364)
|
||||
|
||||
|
||||
[0.3.12](https://github.com/casey/just/releases/tag/v0.3.12) - 2018-06-19
|
||||
-------------------------------------------------------------------------
|
||||
|
||||
### Added
|
||||
- Implemented invocation_directory function
|
||||
|
||||
|
||||
[0.3.11](https://github.com/casey/just/releases/tag/v0.3.11) - 2018-05-6
|
||||
------------------------------------------------------------------------
|
||||
|
||||
### Fixed
|
||||
- Fixed colors on windows (#317)
|
||||
|
||||
|
||||
[0.3.10](https://github.com/casey/just/releases/tag/v0.3.10) - 2018-3-19
|
||||
------------------------------------------------------------------------
|
||||
|
||||
### Added
|
||||
- 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
|
||||
---------------------------------------------------------------------
|
||||
|
||||
### Added
|
||||
- Add dotenv integration (#306)
|
||||
|
||||
|
||||
[0.3.7](https://github.com/casey/just/releases/tag/v0.3.7) - 2017-12-11
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
### Fixed
|
||||
- Fix error if ! appears in comment (#296)
|
||||
|
||||
|
||||
[0.3.6](https://github.com/casey/just/releases/tag/v0.3.6) - 2017-12-11
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
### Fixed
|
||||
- Lex CRLF line endings properly (#292)
|
||||
|
||||
|
||||
[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 `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
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
@ -635,7 +594,6 @@ Changelog
|
||||
### Changed
|
||||
- Change license to CC0 going forward (#270)
|
||||
|
||||
|
||||
[0.3.1](https://github.com/casey/just/releases/tag/v0.3.1) - 2017-10-06
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
|
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -194,7 +194,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
||||
|
||||
[[package]]
|
||||
name = "just"
|
||||
version = "0.9.7"
|
||||
version = "0.9.8"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1",
|
||||
"atty",
|
||||
@ -531,9 +531,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "temptree"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f2b41283c421539cd57fda2bdae139a0e08992dba973cd4ba859765c867ad591"
|
||||
checksum = "13f60523942b252a93f18dd6c8ba53488929d59f7b106be23a29bc9cbc466461"
|
||||
dependencies = [
|
||||
"tempfile",
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "just"
|
||||
version = "0.9.7"
|
||||
version = "0.9.8"
|
||||
description = "🤖 Just a command runner"
|
||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||
license = "CC0-1.0"
|
||||
@ -46,7 +46,7 @@ features = ["derive"]
|
||||
[dev-dependencies]
|
||||
executable-path = "1.0.0"
|
||||
pretty_assertions = "0.7.0"
|
||||
temptree = "0.0.0"
|
||||
temptree = "0.1.0"
|
||||
which = "4.0.0"
|
||||
yaml-rust = "0.4.5"
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
.\" 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
|
||||
just \- save and run commands
|
||||
.SH DESCRIPTION
|
||||
just 0.9.7
|
||||
just 0.9.8
|
||||
\- Please see https://github.com/casey/just for more information.
|
||||
.SS "USAGE:"
|
||||
.IP
|
||||
|
@ -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.7
|
||||
const EXPECTED_HELP: &str = "just 0.9.8
|
||||
Casey Rodarmor <casey@rodarmor.com>
|
||||
🤖 Just a command runner \
|
||||
- https://github.com/casey/just
|
||||
|
Loading…
Reference in New Issue
Block a user