diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cccbe1..dc9c3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/aaronmussig/rsrq/compare/v1.0.0...v1.1.0) (2023-09-12) + + +### Features + +* **status:** Add the "rsrq status" command to view the status of jobs. ([7717b7e](https://github.com/aaronmussig/rsrq/commit/7717b7eed8aca965902f47ac7c1d051c9a6cdc83)) + # 1.0.0 (2023-09-11) diff --git a/Cargo.lock b/Cargo.lock index a9f27ef..03a1bc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,7 +791,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "rsrq" -version = "1.0.0" +version = "1.1.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 22c1374..31e58b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsrq" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Aaron Mussig "] description = "A minimal Redis-backed job queue."