Skip to content

Commit

Permalink
Set version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Nov 14, 2022
1 parent 046e704 commit 5b69eff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
StreamUtils - Change log
========================

HEAD
----
1.7.0 (2022/11/14)
-----

* Add support for `Print::flush()` on ESP32 and STM32
* Add `ProgmemStream`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,8 @@ StreamUtils: Power-ups for Arduino Streams

[![Continuous Integration](https://github.com/bblanchon/ArduinoStreamUtils/workflows/Continuous%20Integration/badge.svg)](https://github.com/bblanchon/ArduinoStreamUtils/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/bblanchon/ArduinoStreamUtils/badge.svg)](https://coveralls.io/github/bblanchon/ArduinoStreamUtils)
[![Arduino Library Manager](https://img.shields.io/static/v1?label=Arduino&message=v1.6.3&logo=arduino&logoColor=white&color=blue)](https://www.ardu-badge.com/StreamUtils/1.6.3)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/bblanchon/library/StreamUtils.svg?version=1.6.3)](https://registry.platformio.org/packages/libraries/bblanchon/StreamUtils?version=1.6.3)
[![Arduino Library Manager](https://img.shields.io/static/v1?label=Arduino&message=v1.7.0&logo=arduino&logoColor=white&color=blue)](https://www.ardu-badge.com/StreamUtils/1.7.0)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/bblanchon/library/StreamUtils.svg?version=1.7.0)](https://registry.platformio.org/packages/libraries/bblanchon/StreamUtils?version=1.7.0)

The *stream* is an essential abstraction in Arduino; we find it in many places:

Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=StreamUtils
version=1.6.3
version=1.7.0
author=Benoit Blanchon <blog.benoitblanchon.fr>
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
sentence=💪 Power-ups for Arduino streams
Expand Down

0 comments on commit 5b69eff

Please sign in to comment.