Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 1.16 KB

Changelog

This project follows semantic versioning.

  • changed: Depend on lin-bus crate 0.4
  • breaking: Minimal required Rust version changed to 1.57.0
  • fixed: Always write data completly (#14)

0.3.0 (2019-07-16)

  • changed: Depend on lin-bus crate 0.3

0.2.0 (2019-05-03)

  • changed: Use Rust 2018 edition syntax (#7)
  • fixed: Allow sending a frame with the maximal permissible payload (8b)
  • changed: Depend on lin-bus 0.2

0.1.1 (2018-12-19)

  • changed: Properly translate serial errors to lin bus errors (#6)

0.1.0 (2018-06-25)

  • First crates.io release