yaacov / ArduinoModbusSlave

Modbus slave library for Arduino
ISC License
205 stars 75 forks source link

Create new release #95

Closed maxgerhardt closed 1 year ago

maxgerhardt commented 1 year ago

The current release (https://github.com/yaacov/ArduinoModbusSlave/releases) is 2.0.0 from 2017. A lot of things have changed since then. People downloading this library via the Arduino IDE library manager or PlatformIO (https://registry.platformio.org/libraries/yaacov/ModbusSlave/versions) get the latest stable as that 2017 version, with which the examples shown in the Github of course not work.

Can you create a new stable release, e.g. 2.1.0, so that people can get the latest version as a regular release version?

yaacov commented 1 year ago

:tada: https://github.com/yaacov/ArduinoModbusSlave/releases/tag/v2.1.0

maxgerhardt commented 1 year ago

The version in library.properties was not updated, so all library crawlers will not see this new version:

https://github.com/yaacov/ArduinoModbusSlave/blob/v2.1.0/library.properties#L2

yaacov commented 1 year ago

2nt try :-) https://github.com/yaacov/ArduinoModbusSlave/releases/tag/v2.1.1

maxgerhardt commented 1 year ago

Works! https://registry.platformio.org/libraries/yaacov/ModbusSlave/versions

image