X-Ryl669 / eMQTT5

An embedded MQTTv5 client in C++ with minimal footprint, maximal performance
MIT License
65 stars 14 forks source link

Why there is no release version ? #21

Closed Singa17 closed 1 week ago

Singa17 commented 3 months ago

Hi, This repo is active for long time but why there is no release version?

X-Ryl669 commented 3 months ago

Well, I never needed to make one. It's been used in my products as a rolling release for years without major issue.

I'll try to look for building a release CI pipeline so at least when there is a slow development time, it'll make a release by itself.

X-Ryl669 commented 3 months ago

I've created a release candidate on the main page. It's open for 2 weeks and then I'll release the version 1.0. Starting from 1.0, we'll rework the publish cycle to try to remove the actual drawback of the current system, so it'll somehow break the current behavior of the code.

X-Ryl669 commented 1 week ago

v1.0.0 was published. It contains the latest bugfixes. Work has begun on v2.