Releases: stjude-rust-labs/tes
Releases · stjude-rust-labs/tes
v0.4.0
v0.3.0
Added
- Adds
v1::types::responses::task::View
so it can be accepted as a query parameter in downstream crates.
Revised
- Promotes the
v1::types::responses::service
module to public. - Gates serialization/deserialization behind the
serde
feature. - Makes most structs
Clone
. - Converts
ServiceInfo
to use a builder for construction. - Changes the
v1::types::responses::service
module tov1::types::responses::service_info
. - Makes
v1::types::task::State
Copy
. - Adds the
ord
feature for all types.