diff --git a/CHANGELOG.md b/CHANGELOG.md index e8feebf..441593f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------------------------------------------------------------ diff --git a/Cargo.lock b/Cargo.lock index 177eafc..905ce7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[package]] name = "just" -version = "1.10.0" +version = "1.11.0" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index 7247b09..89570e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "1.10.0" +version = "1.11.0" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/README.md b/README.md index 6b13d70..9f50862 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/man/just.1 b/man/just.1 index 5891222..7b14378 100644 --- a/man/just.1 +++ b/man/just.1 @@ -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