Release 0.9.7 (#893)
- Bump version: 0.9.6 → 0.9.7 - Update dependencies - Update man page - Update config test - Update changelog
This commit is contained in:
parent
d797592365
commit
6272151551
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,6 +1,18 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
[0.9.7](https://github.com/casey/just/releases/tag/0.9.7) - 2021-7-3
|
||||
--------------------------------------------------------------------
|
||||
|
||||
## Added
|
||||
- Add string manipulation functions (#888)
|
||||
|
||||
## Misc
|
||||
- Remove test-utilities crate (#892)
|
||||
- Remove outdated note in `Cargo.toml` (#891)
|
||||
- Link to GitHub release pages in changelog (#886)
|
||||
|
||||
|
||||
[0.9.6](https://github.com/casey/just/releases/tag/0.9.6) - 2021-6-24
|
||||
---------------------------------------------------------------------
|
||||
|
||||
|
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -194,7 +194,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
||||
|
||||
[[package]]
|
||||
name = "just"
|
||||
version = "0.9.6"
|
||||
version = "0.9.7"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1",
|
||||
"atty",
|
||||
@ -558,9 +558,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "unicode-segmentation"
|
||||
version = "1.7.1"
|
||||
version = "1.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
||||
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "just"
|
||||
version = "0.9.6"
|
||||
version = "0.9.7"
|
||||
description = "🤖 Just a command runner"
|
||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||
license = "CC0-1.0"
|
||||
|
@ -1,9 +1,9 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15.
|
||||
.TH JUST "1" "June 2021" "just 0.9.6" "Just Manual"
|
||||
.TH JUST "1" "July 2021" "just 0.9.7" "Just Manual"
|
||||
.SH NAME
|
||||
just \- save and run commands
|
||||
.SH DESCRIPTION
|
||||
just 0.9.6
|
||||
just 0.9.7
|
||||
\- Please see https://github.com/casey/just for more information.
|
||||
.SS "USAGE:"
|
||||
.IP
|
||||
|
@ -948,7 +948,7 @@ mod tests {
|
||||
// have proper tests for all the flags, but this will do for now.
|
||||
#[test]
|
||||
fn help() {
|
||||
const EXPECTED_HELP: &str = "just 0.9.6
|
||||
const EXPECTED_HELP: &str = "just 0.9.7
|
||||
Casey Rodarmor <casey@rodarmor.com>
|
||||
🤖 Just a command runner \
|
||||
- https://github.com/casey/just
|
||||
|
Loading…
Reference in New Issue
Block a user