Latest versions of "SimpleSerialShell" lib are not showed in PlatformIO repos

Hi,

Latest version is 0.1.1 according to Platformio repos: PlatformIO Registry

But there were 0.2.0 and 0.2.1 released recently.

SimpleSerialShell/library.properties at main · philj404/SimpleSerialShell · GitHub looks ok for me, tags also defined.

In the Arduino IDE’s “manage libraries”:

  • 0.1.0
  • 0.1.1
  • 0.2.0 (from November 22, 2020)
  • 0.2.1 new

Any ideas what’s wrong?

Thanks.

Except a weird newline (thta was also in there with the releases that do show up on the PlatformIO library page), I don’t see anything breaking.

Maybe the library was taken off the legacy auto-sync mechanism and switched to ‘author must pio package publish the library for an update’.

CC @ivankravets

@ivankravets, can you check up please?

Multiple branches, you used master before. See https://raw.githubusercontent.com/philj404/SimpleSerialShell/master/library.properties

We switched to the main branch.

1 Like