Skip to content

Commit

Permalink
Release 1.0.1 (#1123)
Browse files Browse the repository at this point in the history
- Bump version: 1.0.0 → 1.0.1
- Update changelog
- Update dependencies
- Update man page
  • Loading branch information
casey authored Feb 28, 2022
1 parent 3118ce7 commit fe33db9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

[1.0.1](https://github.com/casey/just/releases/tag/1.0.1) - 2022-2-28
---------------------------------------------------------------------

### Fixed
- Make path_exists() relative to current directory (#1122)

### Misc
- Detail environment variable usage in readme (#1086)
- Format --init justfile (#1116)
- Add hint for Node.js script compatibility (#1113)

[1.0.0](https://github.com/casey/just/releases/tag/1.0.0) - 2022-2-22
---------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion 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.0.0"
version = "1.0.1"
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" "February 2022" "just 1.0.0" "Just Manual"
.TH JUST "1" "February 2022" "just 1.0.1" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 1.0.0
just 1.0.1
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP
Expand Down

0 comments on commit fe33db9

Please sign in to comment.