Skip to content

Commit c92d784

Browse files
committed
bump version
1 parent 5126ea9 commit c92d784

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ See issue [#4][GH4] for inspiration. PRs are welcomed.
255255

256256
## Changelog
257257

258+
- 1.2.0
259+
- Avoid loading `SoftwareSerial` library with `-D NO_SW_SERIAL_REQUIRED` compilation flag [PR24][]
260+
- Update OLED library used on examples
261+
- Enable STM32F103C8 Serial1
258262
- 1.1.1
259263
- Fix SoftwareSerial dangling pointer [#19][GH19]/[PR20][]
260264
- ESP8266 no longer requires EspSoftwareSerial
@@ -281,3 +285,4 @@ See issue [#4][GH4] for inspiration. PRs are welcomed.
281285
[PR17]: https://github.com/avaldebe/PMserial/pull/17
282286
[GH19]: https://github.com/avaldebe/PMserial/issues/19
283287
[PR20]: https://github.com/avaldebe/PMserial/pull/20
288+
[PR24]: https://github.com/avaldebe/PMserial/pull/24

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/avaldebe/PMserial"
1010
},
11-
"version": "1.1.1",
11+
"version": "1.2.0",
1212
"authors": {
1313
"name": "Alvaro Valdebenito",
1414
"url": "https://github.com/avaldebe"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=PMSerial
2-
version=1.1.1
2+
version=1.2.0
33
author=Alvaro Valdebenito <avaldebe@gmail.com>
44
maintainer=Alvaro Valdebenito <avaldebe@gmail.com>
55
sentence=A library for PM sensors with serial interface

0 commit comments

Comments
 (0)