Skip to content

Commit

Permalink
Set version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed May 11, 2022
1 parent 585b4ec commit dcbf6df
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.6.3 (2022/05/11)
-----

* Add support for Roger's core for STM32 (issue #20)

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.2&logo=arduino&logoColor=white&color=blue)](https://www.ardu-badge.com/StreamUtils/1.6.2)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/bblanchon/library/StreamUtils.svg?version=1.6.2)](https://registry.platformio.org/packages/libraries/bblanchon/StreamUtils?version=1.6.2)
[![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)

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.2
version=1.6.3
author=Benoit Blanchon <blog.benoitblanchon.fr>
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
sentence=💪 Power-ups for Arduino streams
Expand Down

0 comments on commit dcbf6df

Please sign in to comment.