Skip to content

Commit

Permalink
Prep for 0.7.0 (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Lazzaretti <fabrizio@lazzaretti.me>
  • Loading branch information
Lazzaretti committed Feb 24, 2023
1 parent 38469b2 commit 4a86973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6.0"
version = "0.7.0"
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
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 @@ -42,7 +42,7 @@ enabling your Protocol Binding of choice:

```toml
[dependencies]
cloudevents-sdk = { version = "0.6.0" }
cloudevents-sdk = { version = "0.7.0" }
```

Now you can start creating events:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0")]
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.7.0")]
#![deny(rustdoc::broken_intra_doc_links)]
#![cfg_attr(docsrs, feature(doc_cfg))] // Show feature gate in doc

Expand Down

0 comments on commit 4a86973

Please sign in to comment.