Skip to content

Commit e535092

Browse files
authored
Release 1.5.0 (#1341)
- Bump version: 1.4.0 β†’ 1.5.0 - Update changelog - Update dependencies - Update man page
1 parent c115b3f commit e535092

File tree

4 files changed

+70
-35
lines changed

4 files changed

+70
-35
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

4+
[1.5.0](https://github.com/casey/just/releases/tag/1.5.0) - 2022-9-11
5+
---------------------------------------------------------------------
6+
7+
### Changed
8+
- Allow constructing absolute paths with `/` operator (#1320)
9+
10+
### Misc
11+
- Allow fewer lints (#1340)
12+
- Fix issues reported by nightly clippy (#1336)
13+
- Refactor run.rs (#1335)
14+
- Allow comments on same line as settings (#1339)
15+
- Fix justfile env shebang on Linux (#1330)
16+
- Update Chinese translation of README.md (#1325)
17+
- Add additional settings to grammar
18+
- Add an example of using a variable in a recipe parameter (#1311)
19+
420
[1.4.0](https://github.com/casey/just/releases/tag/1.4.0) - 2022-8-08
521
---------------------------------------------------------------------
622

β€ŽCargo.lockβ€Ž

Lines changed: 52 additions & 33 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.4.0"
3+
version = "1.5.0"
44
description = "πŸ€– Just a command runner"
55
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
66
license = "CC0-1.0"

β€Žman/just.1β€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH JUST "1" "August 2022" "just 1.4.0" "Just Manual"
2+
.TH JUST "1" "September 2022" "just 1.4.0" "Just Manual"
33
.SH NAME
44
just \- save and run commands
55
.SH DESCRIPTION

0 commit comments

Comments
Β (0)