Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-09-12)

### Features

* **status:** Add the "rsrq status" command to view the status of jobs. ([7717b7e](7717b7e))
  • Loading branch information
semantic-release-bot committed Sep 12, 2023
1 parent 663483b commit 5125173
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsrq"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
authors = ["Aaron Mussig <[email protected]>"]
description = "A minimal Redis-backed job queue."
Expand Down

0 comments on commit 5125173

Please sign in to comment.