Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

46 lines (31 loc) · 1.22 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.

Added

  • Added sonar integration and badge for the readme

Changed

  • Changelog typo
  • #1 Update dependencies via dependabot

1.0.0 - 2024-08-23

Added

  • Created the project changelog.
  • Created unit tests
  • Added module docstring
  • Added method docstring
  • Added badges
  • Get temperature, pressure, humidity from OpenWeatherMapAPI
  • Get temperature, pressure, humidity from BME280 sensor
  • Calculate the dew point for current readings
  • Check csv file exists
  • Creates missing csv file and creates headers
  • Appends current readings to the csv file
  • No API key assumes using BME280 sensor with defaults

Changed

  • Variables are passed as cli arguments
  • Updated the project readme

Removed

  • Removed hard coded variables