Skip to content

Commit ea1e017

Browse files
committed
Version 0.11.7
1 parent e7c0691 commit ea1e017

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustdds"
3-
version = "0.11.6"
3+
version = "0.11.7"
44
authors = ["Juhana Helovuo <[email protected]>",
55
"Oiva Moisio <[email protected]>",
66
"Miska Melkinen <[email protected]>",

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ The DDS specification specifies manual memory management in the sense that many
170170
* Fix bug / race condition in Discovery: Previously known Endpoints were ignored.
171171
* Bug fix: CDR serializer endianness was indicated wrong.
172172

173+
### Version 0.11.7
174+
* More correct QoS settings for built-in (Discovery) topics.
175+
176+
173177
## Version 0.10.0
174178
The `DeserializerAdpter` interface for attaching serialization formats to RTPS was extended
175179
to support deserialization with a "seed" value. This allows the deserialization process

0 commit comments

Comments
 (0)