Skip to content

Commit

Permalink
Release 1.1.3 (#1175)
Browse files Browse the repository at this point in the history
- Bump version: 1.1.2 → 1.1.3
- Update changelog
- Update dependencies
- Update man page
  • Loading branch information
casey authored May 4, 2022
1 parent db35a58 commit e5ce303
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 60 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

[1.1.3](https://github.com/casey/just/releases/tag/1.1.3) - 2022-5-3
--------------------------------------------------------------------

### Fixed
- Skip duplicate recipe arguments (#1174)

### Misc
- Fix install script (#1172)
- Document that `invocation_directory()` returns an absolute path (#1162)
- Fix absolute_path documentation (#1160)
- Add cross-platform justfile example (#1152)

[1.1.2](https://github.com/casey/just/releases/tag/1.1.2) - 2022-3-30
---------------------------------------------------------------------

Expand Down
91 changes: 34 additions & 57 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.1.2"
version = "1.1.3"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
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.48.5.
.TH JUST "1" "March 2022" "just 1.1.2" "Just Manual"
.TH JUST "1" "May 2022" "just 1.1.3" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 1.1.2
just 1.1.3
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP
Expand Down

0 comments on commit e5ce303

Please sign in to comment.