ArduinoModbusSlave icon indicating copy to clipboard operation
ArduinoModbusSlave copied to clipboard

Create new release

Open maxgerhardt opened this issue 3 years ago • 3 comments

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?

maxgerhardt avatar Oct 06 '22 11:10 maxgerhardt

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

yaacov avatar Oct 18 '22 08:10 yaacov

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

maxgerhardt avatar Oct 18 '22 09:10 maxgerhardt

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

yaacov avatar Oct 18 '22 10:10 yaacov

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

image

maxgerhardt avatar Oct 19 '22 15:10 maxgerhardt