Skip to content

Commit

Permalink
Release 1.6.0 (#1370)
Browse files Browse the repository at this point in the history
- Bump version: 1.5.0 → 1.6.0
- Update changelog
- Update dependencies
- Update man page
  • Loading branch information
casey committed Oct 20, 2022
1 parent 28be873 commit ffb5479
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 40 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

[1.6.0](https://github.com/casey/just/releases/tag/1.6.0) - 2022-10-19
----------------------------------------------------------------------

### Breaking Changes to Unstable Features
- Require `set fallback := true` to enable recipe fallback (#1368)

### Changed
- Allow fallback with search directory (#1348)

### Added
- Don't evaluate comments (#1358)
- Add skip-comments setting (#1333)
- Allow bash completion to complete tasks in other directories (#1303)

### Misc
- Restore www/CNAME (#1364)
- Improve book config (#1363)
- Add kitchen sink justfile to test syntax highlighting (#1362)
- Note version in which absolute path construction was added (#1361)
- Inline setup and cleanup functions in completion script test (#1352)

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

Expand Down
74 changes: 37 additions & 37 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.5.0"
version = "1.6.0"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"
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" "September 2022" "just 1.4.0" "Just Manual"
.TH JUST "1" "October 2022" "just 1.6.0" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 1.4.0
just 1.6.0
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP
Expand Down

0 comments on commit ffb5479

Please sign in to comment.