diff --git a/CHANGELOG.md b/CHANGELOG.md index d2274be..95c14e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.15.0] - 2023-10-01 +### Changed +- Enable the `fontconfig` feature by default. Linux-only. + +### Fixed +- Fix fontconfig alias matching order. + [@declantsien](https://github.com/@declantsien) + ## [0.14.1] - 2023-05-10 ### Fixed - Return valid IDs from `Database::load_font_source()`. @@ -164,7 +172,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Stretch processing. `ttf-parser` was incorrectly parsing this property. -[Unreleased]: https://github.com/RazrFalcon/fontdb/compare/v0.14.1...HEAD +[Unreleased]: https://github.com/RazrFalcon/fontdb/compare/v0.15.0...HEAD +[0.15.0]: https://github.com/RazrFalcon/fontdb/compare/v0.14.1...v0.15.0 [0.14.1]: https://github.com/RazrFalcon/fontdb/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/RazrFalcon/fontdb/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/RazrFalcon/fontdb/compare/v0.13.0...v0.13.1 diff --git a/Cargo.toml b/Cargo.toml index 93084c1..6603a7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontdb" -version = "0.14.1" +version = "0.15.0" authors = ["Yevhenii Reizner "] edition = "2018" description = "A simple, in-memory font database with CSS-like queries."