From 48ca07129e442d1e4ba611d7a1c1b25358d019cf Mon Sep 17 00:00:00 2001 From: Xavier Brassoud Date: Fri, 3 May 2024 11:04:25 +0200 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ library.json | 2 +- library.properties | 2 +- src/Epson_PNL_CE02.cpp | 2 +- src/Epson_PNL_CE02.h | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c04b615..ec3da6b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 678a6fe..f34a962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/compare/v1.0.0...v1.0.1) (2024-05-03) + + +### Bug Fixes + +* **doc:** Improve documentation rendering ([#9](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/issues/9)) ([436c86b](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/commit/436c86b51d6defed8a56dcda69a3b5c6f8eb017d)) + ## 1.0.0 (2024-05-02) diff --git a/library.json b/library.json index ef11ba5..21dd313 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Epson_PNL_CE02", - "version": "1.0.0", + "version": "1.0.1", "description": "Library to repurposing the control panel (PNL CE02) of EPSON XP 520/530/540 printers from an Arduino.", "keywords": "epson, printer, control, panel", "repository": { diff --git a/library.properties b/library.properties index d992a72..2de8439 100644 --- a/library.properties +++ b/library.properties @@ -7,5 +7,5 @@ category=Display url=https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02 architectures=* # x-release-please-start-version -version=1.0.0 +version=1.0.1 # x-release-please-end \ No newline at end of file diff --git a/src/Epson_PNL_CE02.cpp b/src/Epson_PNL_CE02.cpp index b424300..a0e5acf 100644 --- a/src/Epson_PNL_CE02.cpp +++ b/src/Epson_PNL_CE02.cpp @@ -32,7 +32,7 @@ * 🔺 Require a 10k pull-up resistor wired between 3.3V and Arduino pin * * - * @version 1.0.0 # x-release-please-version + * @version 1.0.1 # x-release-please-version * * @copyright MIT license */ diff --git a/src/Epson_PNL_CE02.h b/src/Epson_PNL_CE02.h index cc7670c..454d5c2 100644 --- a/src/Epson_PNL_CE02.h +++ b/src/Epson_PNL_CE02.h @@ -32,7 +32,7 @@ * 🔺 Require a 10k pull-up resistor wired between 3.3V and Arduino pin * * - * @version 1.0.0 # x-release-please-version + * @version 1.0.1 # x-release-please-version * * @copyright MIT license */