Skip to content

Commit 807bafe

Browse files
authored
Release 1.1.2 (#1151)
- Bump version: 1.1.1 β†’ 1.1.2 - Update changelog - Update dependencies - Update man page
1 parent 52f73db commit 807bafe

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

4+
[1.1.2](https://github.com/casey/just/releases/tag/1.1.2) - 2022-3-30
5+
---------------------------------------------------------------------
6+
7+
### Misc
8+
- Document indentation rules (#1142)
9+
- Remove stale link from readme (#1141)
10+
11+
### Unstable
12+
- Search for missing recipes in parent directory justfiles (#1149)
13+
414
[1.1.1](https://github.com/casey/just/releases/tag/1.1.1) - 2022-3-22
515
---------------------------------------------------------------------
616

β€ŽCargo.lockβ€Ž

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

β€Žman/just.1β€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
2-
.TH JUST "1" "March 2022" "just 1.1.1" "Just Manual"
2+
.TH JUST "1" "March 2022" "just 1.1.2" "Just Manual"
33
.SH NAME
44
just \- save and run commands
55
.SH DESCRIPTION
6-
just 1.1.1
6+
just 1.1.2
77
\- Please see https://github.com/casey/just for more information.
88
.SS "USAGE:"
99
.IP

0 commit comments

Comments
Β (0)