lbussy / LCBUrl

Arduino library for handling URLs
MIT License
7 stars 1 forks source link

PlatformIO 1.1.3 version doesn't reflect tag 1.1.3 #25

Closed magillus closed 3 years ago

magillus commented 3 years ago

Hello I noticed that recent release with https://github.com/lbussy/LCBUrl/releases/tag/1.1.3 is not available on PlatformIO - https://libraries.io/platformio/LCBUrl (see latest release date)

Both have same version number but not same code.

Can you have 1.1.4 version that works on PlatformIO?

Thank you for great library Mateusz

magillus commented 3 years ago

Also when using master directly in PlatformIO this line throws errors: https://github.com/lbussy/LCBUrl/blob/master/src/LCBUrl.h#L47 after commenting it out - it worked fine with direct master import.

lbussy commented 3 years ago

Ah, crap - forgot to remove that debug line!

I'll try to get both of these fixed today.

lbussy commented 3 years ago

The library managers (Arduino and PlatformIO) lag a bit. They should catch up within a day or so.

magillus commented 3 years ago

Thank you very much, github master build is good enough until fully deployed.