Skip to content

Commit e1a9a74

Browse files
committed
Prepare v0.3.0 release
1 parent 3de8032 commit e1a9a74

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
cargo doc --no-deps --all-features
102102
103103
check-links:
104-
# check links contained in markdown, asciidoc and source code files
104+
# check links contained in markdown and source code files
105105
runs-on: ubuntu-latest
106106
steps:
107107
- uses: actions/checkout@v4
@@ -117,7 +117,7 @@ jobs:
117117
- name: Run lychee
118118
uses: lycheeverse/lychee-action@v2
119119
with:
120-
args: "--cache --max-cache-age 1d --verbose --no-progress --exclude-path './target/' --exclude-path './up-spec/' -- './**/*.md' './**/*.rs' './**/*.adoc'"
120+
args: "--cache --max-cache-age 1d --verbose --no-progress --exclude-path './target/' --exclude-path './up-spec/' -- './**/*.md' './**/*.rs'"
121121

122122
feature-check:
123123
# Comprehensive check on dependencies for all feature flag combinations, excluding development dependencies

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
@@ -22,7 +22,7 @@ name = "up-transport-mqtt5"
2222
readme = "README.md"
2323
repository = "https://github.com/eclipse-uprotocol/up-client-mqtt5-rust"
2424
rust-version = "1.82"
25-
version = "0.3.0-SNAPSHOT"
25+
version = "0.3.0"
2626

2727
[features]
2828
default = ["cli"]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ Please refer to the [API Documentation](https://docs.rs/up-transport-mqtt5/) for
117117
Covers:
118118
- `req~utransport-registerlistener-max-listeners~1`
119119

120+
### Known Limitations
121+
122+
The crate currently does not use the proper UCode to indicate authorization problems when sending messages or registering listeners.
123+
120124
## Design
121125

122126
### Message Priority Mapping

0 commit comments

Comments
 (0)