Skip to content

Commit

Permalink
Release 0.10.6 (#1075)
Browse files Browse the repository at this point in the history
- Bump version: 0.10.5 → 0.10.6
- Remove config test
- Update changelog
- Update dependencies
- Update man page
  • Loading branch information
casey authored Jan 29, 2022
1 parent 6cf95a7 commit d7897b4
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 202 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
Changelog
=========

[0.10.6](https://github.com/casey/just/releases/tag/0.10.6) - 2022-1-29
-----------------------------------------------------------------------

### Added
- Add windows-powershell setting (#1057)

### Changed
- Allow using `-` and `@` in any order (#1063)

### Misc
- Use `Context` suffix for snafu error contexts (#1068)
- Upgrade snafu to 0.7 (#1067)
- Mention "$@" in the README (#1064)
- Note how to use PowerShell with CLI in readme (#1056)
- Link to cheatsheet from readme (#1053)
- Link to Homebrew installation docs in readme (#1049)
- Workflow tweaks (#1045)
- Push to correct origin in publish recipe (#1044)

[0.10.5](https://github.com/casey/just/releases/tag/0.10.5) - 2021-12-4
-----------------------------------------------------------------------

## Changed
### Changed
- Use musl libc for ARM binaries (#1037)

## Misc
### Misc
- Make completions work with Bash alias (#1035)
- Run tests on PRs (#1040)
- Improve GitHub Actions workflow triggers (#1033)
Expand Down
143 changes: 49 additions & 94 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 = "0.10.5"
version = "0.10.6"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down
11 changes: 5 additions & 6 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.48.5.
.TH JUST "1" "December 2021" "just 0.10.4" "Just Manual"
.TH JUST "1" "January 2022" "just 0.10.6" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 0.10.4
just 0.10.6
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP
Expand Down Expand Up @@ -129,11 +129,10 @@ Print <TEXT> before each list item
Override <VARIABLE> with <VALUE>
.TP
\fB\-\-shell\fR <SHELL>
Invoke <SHELL> to run recipes [default: sh]
.HP
Invoke <SHELL> to run recipes
.TP
\fB\-\-shell\-arg\fR <SHELL\-ARG>...
.IP
Invoke shell with <SHELL\-ARG> as an argument [default: \fB\-cu]\fR
Invoke shell with <SHELL\-ARG> as an argument
.TP
\fB\-s\fR, \fB\-\-show\fR <RECIPE>
Show information about <RECIPE>
Expand Down
Loading

0 comments on commit d7897b4

Please sign in to comment.