Skip to content

Commit

Permalink
Release 0.3.1 bumps (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Guardiani <[email protected]>
  • Loading branch information
slinkydeveloper authored Jan 18, 2021
1 parent 4cb40f9 commit 364ad7b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloudevents-sdk"
version = "0.3.0"
version = "0.3.1"
authors = ["Francesco Guardiani <[email protected]>"]
license-file = "LICENSE"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To get started, add the dependency to `Cargo.toml`:

```toml
[dependencies]
cloudevents-sdk = "0.3.0"
cloudevents-sdk = "0.3.1"
```

Now you can start creating events:
Expand Down
2 changes: 1 addition & 1 deletion cloudevents-sdk-actix-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloudevents-sdk-actix-web"
version = "0.3.0"
version = "0.3.1"
authors = ["Francesco Guardiani <[email protected]>"]
license-file = "../LICENSE"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion cloudevents-sdk-actix-web/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
//!
//! Check out the [cloudevents-sdk](https://docs.rs/cloudevents-sdk) docs for more details on how to use [`cloudevents::Event`]

#![doc(html_root_url = "https://docs.rs/cloudevents-sdk-actix-web/0.3.0")]
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk-actix-web/0.3.1")]
#![deny(broken_intra_doc_links)]

#[macro_use]
Expand Down
2 changes: 1 addition & 1 deletion cloudevents-sdk-rdkafka/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloudevents-sdk-rdkafka"
version = "0.3.0"
version = "0.3.1"
authors = ["Pranav Bhatt <[email protected]>"]
edition = "2018"
license-file = "../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion cloudevents-sdk-rdkafka/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
//! # }
//! ```

#![doc(html_root_url = "https://docs.rs/cloudevents-sdk-rdkafka/0.3.0")]
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk-rdkafka/0.3.1")]
#![deny(broken_intra_doc_links)]

#[macro_use]
Expand Down
2 changes: 1 addition & 1 deletion cloudevents-sdk-reqwest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloudevents-sdk-reqwest"
version = "0.3.0"
version = "0.3.1"
authors = ["Francesco Guardiani <[email protected]>"]
license-file = "../LICENSE"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion cloudevents-sdk-reqwest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
//!
//! Check out the [cloudevents-sdk](https://docs.rs/cloudevents-sdk) docs for more details on how to use [`cloudevents::Event`].

#![doc(html_root_url = "https://docs.rs/cloudevents-sdk-reqwest/0.3.0")]
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk-reqwest/0.3.1")]
#![deny(broken_intra_doc_links)]

#[macro_use]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//! * [cloudevents-sdk-rdkafka](https://docs.rs/cloudevents-sdk-rdkafka): Integration with [rdkafka](https://fede1024.github.io/rust-rdkafka)
//!

#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.3.0")]
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.3.1")]
#![deny(broken_intra_doc_links)]

pub mod event;
Expand Down

0 comments on commit 364ad7b

Please sign in to comment.