Releases: editorconfig/editorconfig-core-c
Releases · editorconfig/editorconfig-core-c
v0.12.9
v0.12.8
v0.12.7
v0.12.6
Memory leak fix
- Fix memory leak in editorconfig_parse() which would occur if no
.editorconfig
files were found in the file's ancestry or if an error occurred while ingesting values. #76
v0.12.4
EditorConfig C Core v0.12.3
- Bump required minimum cmake version to 2.8.12.
- Support pcre2 and drop support for pcre.
EditorConfig C Core v0.12.2
- Add support for pkgconfig.
- Memory leaks and crash fixes.
- Improve error messages.
- Add CI on AppVeyor.
Known issue:
- Test
utf_8_char
on AppVeyor won't pass.