Skip to content

Commit 7aaa20a

Browse files
authored
Release v0.9.6 (#884)
- Bump version: 0.9.5 β†’ 0.9.6 - Update dependencies - Update changelog - Update man page - Update config test
1 parent 024f827 commit 7aaa20a

File tree

5 files changed

+29
-16
lines changed

5 files changed

+29
-16
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

4+
[v0.9.6] - 2021-6-24
5+
--------------------
6+
7+
### Added
8+
- Add `clean` function for simplifying paths (#883)
9+
- Add `join` function for joining paths (#882)
10+
- Add path manipulation functions (#872)
11+
12+
### Misc
13+
- Add `file_extensions` to Sublime syntax file (#878)
14+
- Document path manipulation functions in readme (#877)
15+
16+
417
[v0.9.5] - 2021-6-12
518
--------------------
619

β€ŽCargo.lockβ€Ž

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

β€Žman/just.1β€Ž

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

β€Žsrc/config.rsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ mod tests {
948948
// have proper tests for all the flags, but this will do for now.
949949
#[test]
950950
fn help() {
951-
const EXPECTED_HELP: &str = "just 0.9.5
951+
const EXPECTED_HELP: &str = "just 0.9.6
952952
Casey Rodarmor <casey@rodarmor.com>
953953
πŸ€– Just a command runner \
954954
- https://github.com/casey/just

0 commit comments

Comments
Β (0)