espressif / esp-dsp

DSP library for ESP-IDF
Apache License 2.0
442 stars 87 forks source link

Mismatch between latest repository tag and latest component manager tag (DSP-122) #79

Closed herculanodavi closed 3 months ago

herculanodavi commented 7 months ago

Hello, I'd like to better understand the release process of this repository and its sync with component-manager. As stated in the title, the latest tag here is 1.4.0 while it is 1.4.10 in component-manager, which hints that there were a lot of fixes in between.

So, are we able to see which fixes were done? Is the code in 1.4.0 the latest? How can I see the 1.4.10 code?

Thanks for your support.

dmitry1945 commented 7 months ago

Hi @herculanodavi ,

Yes, we've miss the tag in repo. Will add it to the release process.

Now we have tag in idf_component.yml, and this is the same as in component manager.

Thank you, Dmitry

herculanodavi commented 3 months ago

Hi Dmitry, thanks a lot but I really want to checkout the library code and clone it to my machine in the 1.4.10 commit, but I can't since the tag is not in GitHub. Would you be able to just create a tag on where the commit is, please?

dmitry1945 commented 3 months ago

Hi @herculanodavi, Please take a look. The tag now is on v1.4.10.

herculanodavi commented 3 months ago

Thank you!