Skip to content

Commit

Permalink
Version 0.10.3
Browse files Browse the repository at this point in the history
Fix bugs that hampered interoperability with CycloneDDS.
Thanks to Colin McDonald <[email protected]> for bringing
these to our attention.
  • Loading branch information
jhelovuo committed Aug 2, 2024
1 parent b26b697 commit b5e17c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustdds"
version = "0.10.2"
version = "0.10.3"
authors = ["Juhana Helovuo <[email protected]>",
"Oiva Moisio <[email protected]>",
"Miska Melkinen <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ to input other run-time data besides the incoming byte stream.
* Change socket initialization behaviour on Windows.
* [CDR serialization](https://crates.io/crates/cdr-encoding) is now a separate Rust crate.

### 0.10.3
* Bug fixes to improve interoperability with CycloneDDS
* Two example programs to test against CycloneDDS examples

## Version 0.9.2
* Redesign internal caching to resolve bugs in connecting.

Expand Down

0 comments on commit b5e17c1

Please sign in to comment.