Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBrassoud committed May 2, 2024
1 parent bb6dc68 commit 36763d8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/Epson_PNL_CE02.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Epson_PNL_CE02.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 36763d8

Please sign in to comment.