Skip to content

Commit 694ff22

Browse files
authored
Release 1.26.0 (#2031)
- Bump version: 1.25.2 → 1.26.0 - Update changelog - Update changelog contributor credits - Update dependencies - Update man page
1 parent b4efe26 commit 694ff22

File tree

4 files changed

+35
-14
lines changed

4 files changed

+35
-14
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
[1.26.0](https://github.com/casey/just/releases/tag/1.26.0) - 2024-05-13
5+
------------------------------------------------------------------------
6+
7+
### Added
8+
- Add --no-aliases to hide aliases in --list ([#1961](https://github.com/casey/just/pull/1961) by [WJehee](https://github.com/WJehee))
9+
- Add -E as alias for --dotenv-path ([#1910](https://github.com/casey/just/pull/1910) by [amarao](https://github.com/amarao))
10+
11+
### Misc
12+
- Update softprops/action-gh-release ([#2029](https://github.com/casey/just/pull/2029) by [app/dependabot](https://github.com/app/dependabot))
13+
- Update dependencies ([#1999](https://github.com/casey/just/pull/1999) by [neunenak](https://github.com/neunenak))
14+
- Bump peaceiris/actions-gh-pages to version 4 ([#2005](https://github.com/casey/just/pull/2005) by [app/dependabot](https://github.com/app/dependabot))
15+
- Clarify that janus operates on public justfiles only ([#2021](https://github.com/casey/just/pull/2021))
16+
- Fix Error::TmpdirIo error message ([#1987](https://github.com/casey/just/pull/1987))
17+
- Update softprops/action-gh-release ([#1973](https://github.com/casey/just/pull/1973) by [app/dependabot](https://github.com/app/dependabot))
18+
- Rename `delete` example recipe to `delete-all` ([#1966](https://github.com/casey/just/pull/1966) by [aarmn](https://github.com/aarmn))
19+
- Update softprops/action-gh-release ([#1954](https://github.com/casey/just/pull/1954) by [app/dependabot](https://github.com/app/dependabot))
20+
- Fix function name typo ([#1953](https://github.com/casey/just/pull/1953) by [racerole](https://github.com/racerole))
21+
422
[1.25.2](https://github.com/casey/just/releases/tag/1.25.2) - 2024-03-10
523
------------------------------------------------------------------------
624

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "just"
3-
version = "1.25.2"
3+
version = "1.26.0"
44
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
55
autotests = false
66
categories = ["command-line-utilities", "development-tools"]

man/just.1

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH JUST "1" "March 2024" "just 1.25.2" "Just Manual"
2+
.TH JUST "1" "May 2024" "just 1.26.0" "Just Manual"
33
.SH NAME
44
just \- save and run commands
55
.SH DESCRIPTION
6-
just 1.25.2
6+
just 1.26.0
77
\- Please see https://github.com/casey/just for more information.
88
.SS "USAGE:"
99
.IP
@@ -51,6 +51,9 @@ Initialize new justfile in project root
5151
\fB\-l\fR, \fB\-\-list\fR
5252
List available recipes and their arguments
5353
.TP
54+
\fB\-\-no\-aliases\fR
55+
Don't show aliases in list
56+
.TP
5457
\fB\-\-no\-deps\fR
5558
Don't run recipe dependencies
5659
.TP
@@ -117,9 +120,9 @@ elvish]
117120
.IP
118121
Search for environment file named <DOTENV\-FILENAME> instead of `.env`
119122
.HP
120-
\fB\-\-dotenv\-path\fR <DOTENV\-PATH>
123+
\fB\-E\fR, \fB\-\-dotenv\-path\fR <DOTENV\-PATH>
121124
.IP
122-
Load environment file at <DOTENV\-PATH> instead of searching for one
125+
Load <DOTENV\-PATH> as environment file instead of searching for one
123126
.HP
124127
\fB\-\-dump\-format\fR <FORMAT>
125128
.TP

0 commit comments

Comments
 (0)