Skip to content

Commit

Permalink
Release Fisher 1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Aug 16, 2017
1 parent 9351136 commit ad461d4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This document contains what changed in each release of Fisher.

### Fisher 1.0.0-beta.7

*Released on August 16th, 2017.*

* Fix hooks with multiple providers not validated properly

### Fisher 1.0.0-beta.6

*Released on May 10th, 2017.*
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fisher"
version = "1.0.0-beta.6"
version = "1.0.0-beta.7"
license = "GPL-3.0"

description = "Webhooks catcher written in Rust"
Expand Down Expand Up @@ -28,7 +28,7 @@ serde="^1.0"
serde_derive="^1.0"
serde_json="^1.0"

fisher_common = { version="^0.1", path="fisher_common" }
fisher_common = { version="^0.2", path="fisher_common" }
fisher_processor = { version="^0.1", path="fisher_processor" }

# Dependencies for the "provider-github" feature
Expand Down
2 changes: 1 addition & 1 deletion fisher_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fisher_common"
version = "0.1.0"
version = "0.2.0"
license = "GPL-3.0"

description = "Common code for the fisher crate"
Expand Down
2 changes: 1 addition & 1 deletion fisher_processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ repository = "https://github.com/pietroalbini/fisher"

[dependencies]

fisher_common = { version="^0.1", path="../fisher_common" }
fisher_common = { version="^0.2", path="../fisher_common" }

0 comments on commit ad461d4

Please sign in to comment.