Skip to content

Commit b56afb2

Browse files
committed
bump version
1 parent 230fb05 commit b56afb2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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": "*",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=timing
2-
version=0.2.7
2+
version=0.2.8
33
author=Rob Tillaart <rob.tillaart@gmail.com>
44
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
55
sentence=Arduino library with wrapper classes for seconds, millis and micros.

timing.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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

1313
class microSeconds

0 commit comments

Comments
 (0)