Skip to content

Commit fe33db9

Browse files
authored
Release 1.0.1 (#1123)
- Bump version: 1.0.0 β†’ 1.0.1 - Update changelog - Update dependencies - Update man page
1 parent 3118ce7 commit fe33db9

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

4+
[1.0.1](https://github.com/casey/just/releases/tag/1.0.1) - 2022-2-28
5+
---------------------------------------------------------------------
6+
7+
### Fixed
8+
- Make path_exists() relative to current directory (#1122)
9+
10+
### Misc
11+
- Detail environment variable usage in readme (#1086)
12+
- Format --init justfile (#1116)
13+
- Add hint for Node.js script compatibility (#1113)
14+
415
[1.0.0](https://github.com/casey/just/releases/tag/1.0.0) - 2022-2-22
516
---------------------------------------------------------------------
617

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
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.0.0"
3+
version = "1.0.1"
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" "February 2022" "just 1.0.0" "Just Manual"
2+
.TH JUST "1" "February 2022" "just 1.0.1" "Just Manual"
33
.SH NAME
44
just \- save and run commands
55
.SH DESCRIPTION
6-
just 1.0.0
6+
just 1.0.1
77
\- Please see https://github.com/casey/just for more information.
88
.SS "USAGE:"
99
.IP

0 commit comments

Comments
Β (0)