Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avaldebe committed May 16, 2022
1 parent 5126ea9 commit c92d784
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ See issue [#4][GH4] for inspiration. PRs are welcomed.

## Changelog

- 1.2.0
- Avoid loading `SoftwareSerial` library with `-D NO_SW_SERIAL_REQUIRED` compilation flag [PR24][]
- Update OLED library used on examples
- Enable STM32F103C8 Serial1
- 1.1.1
- Fix SoftwareSerial dangling pointer [#19][GH19]/[PR20][]
- ESP8266 no longer requires EspSoftwareSerial
Expand All @@ -281,3 +285,4 @@ See issue [#4][GH4] for inspiration. PRs are welcomed.
[PR17]: https://github.com/avaldebe/PMserial/pull/17
[GH19]: https://github.com/avaldebe/PMserial/issues/19
[PR20]: https://github.com/avaldebe/PMserial/pull/20
[PR24]: https://github.com/avaldebe/PMserial/pull/24
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/avaldebe/PMserial"
},
"version": "1.1.1",
"version": "1.2.0",
"authors": {
"name": "Alvaro Valdebenito",
"url": "https://github.com/avaldebe"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PMSerial
version=1.1.1
version=1.2.0
author=Alvaro Valdebenito <[email protected]>
maintainer=Alvaro Valdebenito <[email protected]>
sentence=A library for PM sensors with serial interface
Expand Down

0 comments on commit c92d784

Please sign in to comment.