Skip to content

Commit e28424e

Browse files
authored
Prep for 0.6.0 release (#193)
Signed-off-by: Jim Crossley <[email protected]>
1 parent c6a84b3 commit e28424e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudevents-sdk"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Francesco Guardiani <[email protected]>"]
55
license-file = "LICENSE"
66
edition = "2018"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enabling your Protocol Binding of choice:
4242

4343
```toml
4444
[dependencies]
45-
cloudevents-sdk = { version = "0.5.0" }
45+
cloudevents-sdk = { version = "0.6.0" }
4646
```
4747

4848
Now you can start creating events:

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
//! [Extractors]: https://actix.rs/docs/extractors/
5555
//! [Responders]: https://actix.rs/docs/handlers/
5656
57-
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.5.0")]
57+
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.6.0")]
5858
#![deny(rustdoc::broken_intra_doc_links)]
5959
#![cfg_attr(docsrs, feature(doc_cfg))] // Show feature gate in doc
6060

0 commit comments

Comments
 (0)