Skip to content

Commit 7676c10

Browse files
committed
Version 0.9.71
Just for new release, due problems on library.proprierties
1 parent 3277528 commit 7676c10

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SerialDebug Library for Arduino
22

3-
<a href="#releases">![build badge](https://img.shields.io/badge/version-v0.9.7-blue.svg)</a> [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5ddb5c53fa29416eb1d1eaaf6f201ec6)](https://app.codacy.com/app/JoaoLopesF/SerialDebug?utm_source=github.com&utm_medium=referral&utm_content=JoaoLopesF/SerialDebug&utm_campaign=Badge_Grade_Settings)
3+
<a href="#releases">![build badge](https://img.shields.io/badge/version-v0.9.71-blue.svg)</a> [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5ddb5c53fa29416eb1d1eaaf6f201ec6)](https://app.codacy.com/app/JoaoLopesF/SerialDebug?utm_source=github.com&utm_medium=referral&utm_content=JoaoLopesF/SerialDebug&utm_campaign=Badge_Grade_Settings)
44
<a href="https://github.com/JoaoLopesF/SerialDebug/blob/master/LICENSE.txt">![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)</a>
55
[![Gitter chat](https://badges.gitter.im/SerialDebug/gitter.png)](https://gitter.im/SerialDebug/Public)
66

@@ -761,7 +761,11 @@ This is done before each _debug*_ show messages or in _debugHandle_ function.
761761

762762
## Releases
763763

764-
### 0.9.7 - 2018-10-18
764+
### 0.9.71 - 2018-10-19
765+
766+
- Just for new release, due problems on library.proprierties
767+
768+
### 0.9.7 - 2018-10-18
765769

766770
- Checking if debugger is enabled
767771

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/JoaoLopesF/SerialDebug.git"
99
},
10-
"version": "0.9.7",
10+
"version": "0.9.71",
1111
"frameworks": "arduino",
1212
"platforms": "*"
1313
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SerialDebug
2-
version=0.9.7
2+
version=0.9.71
33
author=Joao Lopes
44
maintainer=Joao Lopes
55
sentence=Improved serial debug to Arduino with debug levels an simple software debugger

src/SerialDebug.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Note: This lybrary not use tasks, when for ESP32, due avoid serial output mixed
88
* Versions :
99
* ------ ---------- -------------------------
10+
* 0.9.71 2018-10-19 Just for new release, due problems on library.proprierties
1011
* 0.9.7 2018-10-18 Checking if debugger is enabled
1112
* 0.9.6 2018-10-09 New debug format output
1213
* 0.9.5 2018-10-07 New print macros
@@ -109,7 +110,7 @@
109110

110111
// Version
111112

112-
#define DEBUG_VERSION F("0.9.7") // Version of this library
113+
#define DEBUG_VERSION F("0.9.71") // Version of this library
113114

114115
// Low memory board ?
115116

0 commit comments

Comments
 (0)