Skip to content

Commit

Permalink
ready for 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Jun 26, 2023
1 parent de6f095 commit 7c47069
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

**Note:** Unreleased changes are checked in but not part of an official release (available through the Arduino IDE or PlatfomIO) yet. This allows you to test WiP features and give feedback to them.

## [2.1.2] - 2022-06-26

- refactored `ESPTelnetBase`, simplified the main `loop()`
- updated `ESPTelnet`, simplified `printf()`
- updated `ESPTelnet`, `print()` and `println()` now uses templates
- updated `ESPTelnetStream` example

## [2.1.1] - 2022-03-12

- made `ESPStream`'s inheritance of `Stream` public as requested in [#45](https://github.com/LennartHennigs/ESPTelnet/issues/45)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/LennartHennigs/ESPTelnet"
},
"version": "2.1.1",
"version": "2.1.2",
"authors": {
"name": "Lennart Hennigs",
"url": "https://lennarthennigs.de"
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=ESP Telnet
version=2.1.1
version=2.1.2
author=Lennart Hennigs
maintainer=Lennart Hennigs <mail@lennarthennigs.de>
sentence=ESP8266/ESP32 library that allows you to setup a telnet server.
Expand Down

0 comments on commit 7c47069

Please sign in to comment.