File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88
9- ## [ 0.2.6] - 2025-09-15
9+ ## [ 0.2.8] - 2025-09-15
10+ - bump version to fix pio
11+ - fix changelog
12+
13+ ## [ 0.2.7] - 2025-09-15
1014- update GitHub actions
1115- minor edits
1216
Original file line number Diff line number Diff line change 1515 "type" : " git" ,
1616 "url" : " https://github.com/RobTillaart/timing"
1717 },
18- "version" : " 0.2.7 " ,
18+ "version" : " 0.2.8 " ,
1919 "license" : " MIT" ,
2020 "frameworks" : " *" ,
2121 "platforms" : " *" ,
Original file line number Diff line number Diff line change 11name =timing
2- version =0.2.7
2+ version =0.2.8
33author =Rob Tillaart <rob.tillaart@gmail.com>
44maintainer =Rob Tillaart <rob.tillaart@gmail.com>
55sentence =Arduino library with wrapper classes for seconds, millis and micros.
Original file line number Diff line number Diff line change 22//
33// FILE: timing.h
44// AUTHOR: Rob Tillaart
5- // VERSION: 0.2.7
5+ // VERSION: 0.2.8
66// PURPOSE: Arduino library with wrapper classes for seconds millis micros
77// URL: https://github.com/RobTillaart/timing
88
99
10- #define TIMING_LIB_VERSION (F(" 0.2.7 " ))
10+ #define TIMING_LIB_VERSION (F(" 0.2.8 " ))
1111
1212
1313class microSeconds
You can’t perform that action at this time.
0 commit comments