Skip to content

Commit 25f455b

Browse files
committed
Minor release point, Delegate's operator() is now nullptr-safe
1 parent 6ac6704 commit 25f455b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CoopTask",
3-
"version": "3.7.2",
3+
"version": "3.8.0",
44
"description": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows",
55
"keywords": [
66
"multitasking", "timing"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=CoopTask
2-
version=3.7.2
2+
version=3.8.0
33
author=Dirk O. Kaar
44
maintainer=Dirk O. Kaar <dok@dok-net.net>
55
sentence=Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows

0 commit comments

Comments
 (0)