Release 1.11.0 (#1472)
- Bump version: 1.10.0 → 1.11.0 - Update changelog - Update changelog contributor credits - Update man page - Document that fallback is stable in readme
This commit is contained in:
parent
10ad32430b
commit
b0e6ec699b
@ -1,6 +1,15 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
[1.11.0](https://github.com/casey/just/releases/tag/1.11.0) - 2023-01-03
|
||||
------------------------------------------------------------------------
|
||||
|
||||
### Added
|
||||
- Stabilize fallback ([#1471](https://github.com/casey/just/pull/1471))
|
||||
|
||||
### Misc
|
||||
- Update Sublime syntax instructions ([#1455](https://github.com/casey/just/pull/1455) by [nk9](https://github.com/nk9))
|
||||
|
||||
[1.10.0](https://github.com/casey/just/releases/tag/1.10.0) - 2023-01-01
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -355,7 +355,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
||||
|
||||
[[package]]
|
||||
name = "just"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"atty",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "just"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
description = "🤖 Just a command runner"
|
||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||
license = "CC0-1.0"
|
||||
|
@ -2192,9 +2192,6 @@ If a recipe is not found in a `justfile` and the `fallback` setting is set,
|
||||
reaches the root directory. `just` will stop after it reaches a `justfile` in
|
||||
which the `fallback` setting is `false` or unset.
|
||||
|
||||
This feature is currently unstable, and so must be enabled with the
|
||||
`--unstable` flag.
|
||||
|
||||
As an example, suppose the current directory contains this `justfile`:
|
||||
|
||||
```just
|
||||
|
@ -1,9 +1,9 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
|
||||
.TH JUST "1" "January 2023" "just 1.10.0" "Just Manual"
|
||||
.TH JUST "1" "January 2023" "just 1.11.0" "Just Manual"
|
||||
.SH NAME
|
||||
just \- save and run commands
|
||||
.SH DESCRIPTION
|
||||
just 1.10.0
|
||||
just 1.11.0
|
||||
\- Please see https://github.com/casey/just for more information.
|
||||
.SS "USAGE:"
|
||||
.IP
|
||||
|
Loading…
Reference in New Issue
Block a user