Skip to content

Commit 1900a69

Browse files
committed
Increase crate version
1 parent 6a6f67b commit 1900a69

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "serial-unit-testing"
33
description = "Serial unit testing program and library"
4-
version = "0.1.7"
4+
version = "0.1.8"
55
authors = ["MarkAtk"]
66
edition = "2018"
77
license = "MIT"

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ The application is structured in the following sub commands:
2727
- `list`: List all available serial ports
2828
- `send`: Send data to a serial port
2929
- `check`: Send data to a serial port and check for correct response
30-
- `monitor`: Continuously display serial port data
30+
- `monitor`: Interactive serial communication monitor
3131
- `run`: Run a script on a serial port
3232
- `verify`: Verify a script can be parsed without failure
33-
- `help`: Print information about the application or a subcommand
33+
- `help`: Print information about the application or a sub command
34+
- `version`: Print version information
3435

3536
# Example Script
3637

0 commit comments

Comments
 (0)