Skip to content

Commit

Permalink
Release 1.11.0 (#1472)
Browse files Browse the repository at this point in the history
- Bump version: 1.10.0 → 1.11.0
- Update changelog
- Update changelog contributor credits
- Update man page
- Document that fallback is stable in readme
  • Loading branch information
casey authored Jan 4, 2023
1 parent 10ad324 commit b0e6ec6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/just.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b0e6ec6

Please sign in to comment.