Skip to content

Commit

Permalink
Release 1.5.0 (#1341)
Browse files Browse the repository at this point in the history
- Bump version: 1.4.0 → 1.5.0
- Update changelog
- Update dependencies
- Update man page
  • Loading branch information
casey authored Sep 12, 2022
1 parent c115b3f commit e535092
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 35 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

[1.5.0](https://github.com/casey/just/releases/tag/1.5.0) - 2022-9-11
---------------------------------------------------------------------

### Changed
- Allow constructing absolute paths with `/` operator (#1320)

### Misc
- Allow fewer lints (#1340)
- Fix issues reported by nightly clippy (#1336)
- Refactor run.rs (#1335)
- Allow comments on same line as settings (#1339)
- Fix justfile env shebang on Linux (#1330)
- Update Chinese translation of README.md (#1325)
- Add additional settings to grammar
- Add an example of using a variable in a recipe parameter (#1311)

[1.4.0](https://github.com/casey/just/releases/tag/1.4.0) - 2022-8-08
---------------------------------------------------------------------

Expand Down
85 changes: 52 additions & 33 deletions 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.4.0"
version = "1.5.0"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion man/just.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH JUST "1" "August 2022" "just 1.4.0" "Just Manual"
.TH JUST "1" "September 2022" "just 1.4.0" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
Expand Down

0 comments on commit e535092

Please sign in to comment.