serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
706 stars 152 forks source link

When will the next stable version be released? #87

Closed Hackerl closed 2 years ago

Hackerl commented 2 years ago

I want to use the new features, but I don't know which commit is relatively stable after v3.9.

serge1 commented 2 years ago

I am going to finish 'symbol version' section accessor soon. The official release will be produced afterwards. In case you are looking for a just stable commit, you may take any recent one - I am trying to keep API stable and the core routines were not changed recently.

Hackerl commented 2 years ago

thank you for your reply.