Skip to content

Commit f9a88c3

Browse files
committed
Set version to 1.9.0
1 parent ef0e78b commit f9a88c3

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
StreamUtils - Change log
22
========================
33

4+
1.9.0 (2024/07/10)
5+
-----
6+
7+
* Add `ChunkDecodingStream` and `ChunkDecodingClient`
8+
49
1.8.0 (2023/12/05)
510
-----
611

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ StreamUtils: Power-ups for Arduino Streams
44

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

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

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=StreamUtils
2-
version=1.8.0
2+
version=1.9.0
33
author=Benoit Blanchon <blog.benoitblanchon.fr>
44
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
55
sentence=💪 Power-ups for Arduino streams

0 commit comments

Comments
 (0)