stm32duino / STM32RTC

Arduino RTC library for STM32.
127 stars 48 forks source link

The 1.1.0 version in the PlatformIO library manager isn't the same as the tag 1.1.0 #49

Closed wilmardo closed 3 years ago

wilmardo commented 3 years ago

image

As seen in the screenshot (bottom right) the PlatformIO library manager seems to think that the 1.1.0 tag has been released May 2020.

This currently gives issues with the latest ststm32 platform (14.0.0) since the RTC files have been moved from the core to this plugin but the plugin is stuck on the bogus 1.1.0 release of May 2020 and is missing these moved RTC files.

The date of the release seems to be the same as the commit that bumped the version in library.properties 1e99a58398ee9c7c9f564e609d811a06128826c4

fpistm commented 3 years ago

Hi, I don't know how PIO library versions are managed. Anyway, I've already had several issue before because PIO considered as 1.1.0 the master of this repo while the official 1.1.0 was not released. You should open an issue on PIO side.

fpistm commented 3 years ago

About this

The date of the release seems to be the same as the commit that bumped the version in library.properties 1e99a58

Even if the library.version has been bumped in the library.properties this does not meansit has been released while the tag is used for the official release.