Skip to content

Commit 2c5933b

Browse files
authored
Prep for 0.5.0 release (#176)
Signed-off-by: Jim Crossley <[email protected]>
1 parent 1f29640 commit 2c5933b

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.4.0"
3+
version = "0.5.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
@@ -41,7 +41,7 @@ enabling your Protocol Binding of choice:
4141

4242
```toml
4343
[dependencies]
44-
cloudevents-sdk = { version = "0.4.0" }
44+
cloudevents-sdk = { version = "0.5.0" }
4545
```
4646

4747
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.4.0")]
57+
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.5.0")]
5858
#![deny(rustdoc::broken_intra_doc_links)]
5959

6060
pub mod binding;

0 commit comments

Comments
 (0)