Skip to content

Commit aa254fc

Browse files
committed
Prepare v0.9.0 release
1 parent 014d5c7 commit aa254fc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "up-transport-zenoh"
2121
readme = "README.md"
2222
repository = "https://github.com/eclipse-uprotocol/up-transport-zenoh-rust"
2323
rust-version = "1.85"
24-
version = "0.9.0-SNAPSHOT"
24+
version = "0.9.0"
2525

2626
[lints.clippy]
2727
all = "deny"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rust based Eclipse Zenoh™ Transport Library for Eclipse uProtocol™
22

3-
This crate implements the Zenoh transport as specified in [uProtocol v1.6.0-alpha.6](https://github.com/eclipse-uprotocol/up-spec/tree/v1.6.0-alpha.6).
3+
This crate implements the Zenoh transport as specified in [uProtocol v1.6.0-alpha.7](https://github.com/eclipse-uprotocol/up-spec/tree/v1.6.0-alpha.7).
44

55
## Getting started
66

@@ -66,7 +66,7 @@ Covers:
6666
### Supported Message Delivery Methods
6767
`uman~supported-message-delivery-methods~1`
6868

69-
The transport provided by this crate supports the [push delivery method](https://github.com/eclipse-uprotocol/up-spec/blob/v1.6.0-alpha.6/up-l1/README.adoc#5-message-delivery) only.
69+
The transport provided by this crate supports the [push delivery method](https://github.com/eclipse-uprotocol/up-spec/blob/v1.6.0-alpha.7/up-l1/README.adoc#5-message-delivery) only.
7070
The `UPTransportZenoh::receive` function therefore always returns `UCode::UNIMPLEMENTED`.
7171

7272
Covers:

0 commit comments

Comments
 (0)