Skip to content

cameleon-v0.1.6

Compare
Choose a tag to compare
@Y-Nak Y-Nak released this 17 Sep 20:34
· 54 commits to main since this release

Feature

  • camelon::CameleonError and all other public errors in the cameleon suite are now Send + Sync. (#142)
  • cameleon_genapi::Device trait API has changed. Errors returned from its methods now must also implement Send + Sync. (#142)

Improvement

Bugfix

Misc

  • Update roxmltree requirement from 0.14.1 to 0.15.0 (#139)