Skip to content

Commit

Permalink
v0.2.7: Add REST API support
Browse files Browse the repository at this point in the history
`falconerid` now supports a limited, not-yet-documented REST API which
can be used to run jobs and retry them when they fail.
  • Loading branch information
emk committed Jun 11, 2019
1 parent 5403833 commit 76010c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions 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 falconeri-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconeri-worker"
version = "0.2.6"
version = "0.2.7"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion falconeri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Eric Kidd <[email protected]>"]
name = "falconeri"
version = "0.2.6"
version = "0.2.7"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion falconeri_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconeri_common"
version = "0.2.6"
version = "0.2.7"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion falconerid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconerid"
version = "0.2.0"
version = "0.2.7"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 76010c2

Please sign in to comment.