diff --git a/Cargo.toml b/Cargo.toml index b0733c12..1c81b647 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudevents-sdk" -version = "0.5.0" +version = "0.6.0" authors = ["Francesco Guardiani "] license-file = "LICENSE" edition = "2018" diff --git a/README.md b/README.md index 4879d7f2..f554fe3b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ enabling your Protocol Binding of choice: ```toml [dependencies] -cloudevents-sdk = { version = "0.5.0" } +cloudevents-sdk = { version = "0.6.0" } ``` Now you can start creating events: diff --git a/src/lib.rs b/src/lib.rs index 4f2a6de8..c6d7fc30 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -54,7 +54,7 @@ //! [Extractors]: https://actix.rs/docs/extractors/ //! [Responders]: https://actix.rs/docs/handlers/ -#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.5.0")] +#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.6.0")] #![deny(rustdoc::broken_intra_doc_links)] #![cfg_attr(docsrs, feature(doc_cfg))] // Show feature gate in doc