Skip to content

Commit dce3657

Browse files
committed
Release v 0.3.1
1 parent f05821c commit dce3657

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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 = "task-mon"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Michael Diamond <[email protected]>"]
55
description = "CLI to execute commands and log results to healthchecks.io"
66
repository = "http://github.com/dimo414/task-mon"

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![github](https://img.shields.io/badge/github-dimo414/task--mon-green?logo=github)](https://github.com/dimo414/task-mon)
44
[![crates.io](https://img.shields.io/crates/v/task-mon.svg?logo=rust)](https://crates.io/crates/task-mon)
55
[![build status](https://img.shields.io/github/actions/workflow/status/dimo414/task-mon/rust.yml?branch=master)](https://github.com/dimo414/task-mon/actions)
6+
[![dependencies](https://img.shields.io/deps-rs/task-mon/latest)](https://deps.rs/crate/task-mon)
67
[![issues](https://img.shields.io/github/issues/dimo414/task-mon)](https://github.com/dimo414/task-mon/issues)
78
[![license](https://img.shields.io/github/license/dimo414/task-mon)](https://github.com/dimo414/task-mon/blob/master/LICENSE)
89

@@ -45,7 +46,7 @@ status and the last 10K of output from the process.
4546

4647
```shell
4748
$ task-mon --help
48-
task-mon 0.3.0
49+
task-mon 0.3.1
4950
CLI to execute commands and log results to healthchecks.io
5051

5152
USAGE:
@@ -78,8 +79,8 @@ OPTIONS:
7879
7980
## Related projects
8081
81-
There are of course a number of similar projects out there, but I was bored and didn't want to use
82-
any of them...
82+
There are, unsurprisingly, of similar projects out there, but I thought it'd be a fun opportunity to write a little
83+
Rust. And of course I like my API best :)
8384

8485
* [Runitor](https://github.com/bdd/runitor) - linked from the
8586
[Healthchecks docs](https://healthchecks.io/docs/attaching_logs/)

0 commit comments

Comments
 (0)