Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] A new minor version #290

Open
usta opened this issue Jan 18, 2025 · 0 comments
Open

[Request] A new minor version #290

usta opened this issue Jan 18, 2025 · 0 comments

Comments

@usta
Copy link

usta commented Jan 18, 2025

Hello,

I hope this message finds you well. I would like to discuss the possibility of releasing a new minor version (3.0.1) to address the signature change introduced in version 3.0.0d, specifically the function void mkd_e_code_format(void*, mkd_callback_t, mkd_free_t, void *); .

Currently, we are facing an issue where different distributions may have either version 3.0.0a or 3.0.0d. This inconsistency is causing problems because CMake's VERSION_LESS function does not handle alphanumeric parts correctly, treating them as the same version. As a workaround, we have resorted to using a condition like if(${PC_LIBMARKDOWN_VERSION} MATCHES "[abc]$"), but it would be much simpler for us if a minor version like 3.0.1 could be released.

I understand that you have many priorities, but if you could consider this request, it would greatly assist us.

Thank you for your time and consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant