From a5e7a9fc913af653c918e30ce96820398a7a021e Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Sun, 25 Aug 2024 11:41:17 -0400 Subject: [PATCH] Update changelog, bump version Signed-off-by: Sara Damiano --- ChangeLog.md | 34 +++++++++++++++++++++++++++++----- VERSION | 2 +- library.json | 2 +- library.properties | 2 +- 4 files changed, 32 insertions(+), 8 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 346de46..ff8ceef 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -9,38 +10,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Changed -- Specify python version for githut actions + +- Specify python version for GitHub actions + ### Added ### Removed ### Fixed +**** + +## v1.3.6 (2024-08-25) -## v1.3.5 (2021-05-24) [Add PC sync python script for python 3.9](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.5) +[Specify PC sync port input](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.6) + +### Changed + +- Changed to PC sync program to require the port number as input and to allow specifying the timezone. + +**** + +## v1.3.5 (2021-05-24) + +[Add PC sync python script for python 3.9](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.5) ### New Features + - Adds a python 3.9 version of the PCsync program to sync the DS3231 with PC or NTP time. +## v1.3.4 (2020-10-30) -## v1.3.4 (2020-10-30) [Removed executable](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.4) +[Removed executable](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.4) ### New Features + - Removed executable from git repository to comply with Arduino library inclusion rules. - The PC sync executable is tied to this release. +## v1.3.2 (2018-02-06) -## v1.3.2 (2018-02-06) [Asynchronous temperature conversion](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.2) +[Asynchronous temperature conversion](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.2) ### New Features + - Removed executable from git repository to comply with Arduino library inclusion rules. - The PC sync executable is tied to this release. +## v1.3.0 (2017-01-31) -## v1.3.0 (2017-01-31) [PC Clock Sync](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.0) +[PC Clock Sync](https://github.com/EnviroDIY/Sodaq_DS3231/releases/tag/v1.3.0) ### New Features + - Added an Arduino example and corresponding python program and executable for syncing the DS3231 with PC/NTP time. ### Bug Fixes + - corrected the day of the week diff --git a/VERSION b/VERSION index a3a007c..dd2cf2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.3.5 \ No newline at end of file +v1.3.6 diff --git a/library.json b/library.json index 3beabc5..cac204a 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EnviroDIY_DS3231", - "version": "1.3.5", + "version": "1.3.6", "description": "An Arduino library for the DS3231 RTC (Real Time Clock). This is based off of the Sodaq_DS3231 library available at https://github.com/SodaqMoja/Sodaq_DS3231", "keywords": "ds3231, real time clock, rtc", "authors": [ diff --git a/library.properties b/library.properties index 36f6783..9cd8900 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EnviroDIY_DS3231 -version=1.3.5 +version=1.3.6 author=keestux,SODAQ maintainer=Sara Damiano sentence=An Arduino library for the DS3231 RTC (Real Time Clock).