Skip to content

Commit 7b228ce

Browse files
committed
Release v1.0.2.
1 parent 19e6e57 commit 7b228ce

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ Bugs, feature requests, contributions are welcome: [Ds1302 issue tracker][ISU01]
2424
[ISU01]: https://github.com/Treboada/Ds1302/issues
2525
[LIC01]: LICENSE
2626

27+
## Changelog
28+
29+
### 1.0.2
30+
31+
- Bugfix: unable to set date 31, dow 7 and month 12.
32+
- Platformio environment for ESP8266.
33+
34+
### 1.0.1
35+
36+
- First version.
37+

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ds1302",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"keywords": "library, C, C++, RTC, DS1302, clock, date, time, datetime",
55
"description": "A C/C++ library to use DS1302 RTC chip.",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)