Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

46 lines (30 loc) · 1.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[4.0.0] - 06 October 2024

Changed

  • Breaking Change: New public API.

This release has been tested on:

  • Raspberry Pi Pico (RP2040)
  • RAKwireless RAK3172 (STM32wle5cc)

[3.0.0] - 15 Sept 2024 - Yanked

Changed

  • Breaking Change: Underlying driver is protected from the public API.

[2.0.0] - 14 Sept 2024 - Yanked

Changed

  • Breaking Change: RTClock::new() accepts a shared reference to the shared bus; this allows communicating with multiple rtc chips at different addresses.

[1.0.0] - 14 Sept 2024 - Yanked

Changed

  • Breaking Change: Removed alloc as a default requirement
  • Breaking Change: Brand new public API via RTCClock, refer to docs for details.
  • Tested (compilation/clippy) with Embassy and defmt.
  • TODO: Testing on actual hardware.

[0.4.4] - 1 March 2024 - Yanked

Changed

  • Breaking Change: Fully revised module organisation
  • Breaking Change: Revised error API
  • Renamed Rv8803<_>::from_i2c0 to Rv8803<_>::from_i2c.

[0.1.0] - 1 January 2022 - Yanked

  • Initial release