Skip to content

Latest commit

 

History

History
102 lines (72 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

102 lines (72 loc) · 2.96 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.

0.6.0 - 2025-02-07

Changed

  • Use Adafruit IO API instead of WorldTimeAPI to fetch current time
  • Change license to MIT + APACHE-2.0 for main firmware
  • Update embassy-executor to version 0.7
  • Update embassy-time to version 0.4
  • Update embassy-net to version 0.6
  • Update esp-hal to version 0.23
  • Update esp-hal-embassy to version 0.6
  • Update esp-backtrace to version 0.15
  • Update esp-println to version 0.13
  • Update esp-wifi to version 0.12
  • Enable feature critical-section on crate esp-println
  • Update rand_core to version 0.9

0.5.0 - 2024-12-22

Changed

  • Update embassy-net to version 0.5
  • Update esp-hal to version 0.22
  • Update esp-hal-embassy to version 0.5
  • Update esp-wifi to version 0.11
  • Update reqwless to version 0.13
  • Update embedded-hal-bus to version 0.2
  • Refactor function main() into smaller functions

Fixed

  • Use correct environment variable in log documentation
  • Use correct hash for rust-toolchain.toml in Nix flake (contributed by MaxKiv)

0.4.0 - 2024-11-05

Added

  • Nix flake (contributed by MaxKiv)

Changed

  • Update embassy-executor to version 0.6
  • Update esp-hal to version 0.21
  • Update esp-hal-embassy to version 0.4
  • Update esp-backtrace to version 0.14
  • Update esp-println to version 0.12
  • Update esp-wifi to version 0.10
  • Add feature esp-alloc to esp-wifi
  • Add esp-alloc to version 0.5
  • Update bme208-rs to version 0.3
  • Update uom to version 0.36

0.3.0 - 2024-09-09

Changed

  • Update esp-hal to version 0.19
  • Update esp-hal-embassy to version 0.2
  • Update esp-backtrace to version 0.13
  • Update esp-println to version 0.10
  • Update esp-wifi to version 0.7

0.2.0 - 2024-06-23

Changed

  • Update embassy-sync to version 0.6
  • Update esp-hal to version 0.18
  • Update esp-backtrace to version 0.12
  • Add esp-hal-embassy version 0.1
  • Use item-level granularity for imports
  • Use stable Rust toolchain
  • Replace static mut with SyncUnsafeCell
  • Update reqwless to version 0.12
  • Update other dependencies to their latest versions

0.1.0 - 2024-03-16

Added

  • Initial implementation