Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Aug 25, 2024
1 parent 7dd01dc commit a5e7a9f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
34 changes: 29 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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/),
Expand All @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.5
v1.3.6
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EnviroDIY_DS3231
version=1.3.5
version=1.3.6
author=keestux,SODAQ
maintainer=Sara Damiano <[email protected]>
sentence=An Arduino library for the DS3231 RTC (Real Time Clock).
Expand Down

0 comments on commit a5e7a9f

Please sign in to comment.