From 36763d8bb1940f2547f1325cd76b111f46fd0e8d Mon Sep 17 00:00:00 2001 From: Xavier Brassoud Date: Fri, 3 May 2024 00:00:05 +0200 Subject: [PATCH] chore(main): release 1.0.0 (#6) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ library.json | 2 +- library.properties | 2 +- src/Epson_PNL_CE02.cpp | 2 +- src/Epson_PNL_CE02.h | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd7caa8..c04b615 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..678a6fe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 1.0.0 (2024-05-02) + + +### Features + +* **buttons:** Support inputs reads from panel ([#1](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/issues/1)) ([5ff9331](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/commit/5ff9331a6ffb624efaeca3f5471fdab0e2d7c72c)) +* **display:** Support display through SPI ([#3](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/issues/3)) ([f624ea9](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/commit/f624ea9510ff0875b0b7ec64bed248076bd4ca13)) +* **power:** Support power button and power LED ([#2](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/issues/2)) ([0e2b13c](https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02/commit/0e2b13c7ee45956df37504aa56c37579cced7c59)) diff --git a/library.json b/library.json index ffa2f23..24e2381 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Epson_PNL_CE02", - "version": "0.0.0", + "version": "1.0.0", "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 ecf8a74..d992a72 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=0.0.0 +version=1.0.0 # 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 f373856..b424300 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 0.0.0 # x-release-please-version + * @version 1.0.0 # x-release-please-version * * @copyright MIT license */ diff --git a/src/Epson_PNL_CE02.h b/src/Epson_PNL_CE02.h index f2dd183..cc7670c 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 0.0.0 # x-release-please-version + * @version 1.0.0 # x-release-please-version * * @copyright MIT license */