diff --git a/CHANGELOG.md b/CHANGELOG.md index 4630a43..9870e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ ## Unreleased +## 0.4.2 + - Fix build for Rust 1.75. (by PR [#69](https://github.com/7sDream/fontfor/pull/69), thanks [@mfrischknecht].) - Update deps ## 0.4.1 -- Use family + subfamily as a fallback of missing full name, instead of postscript name (Issue [[#67](https://github.com/7sDream/fontfor/issues/67)], fixed by PR [#68](https://github.com/7sDream/fontfor/pull/68)) +- Use family + subfamily as a fallback of missing full name, instead of postscript name (Issue [#67](https://github.com/7sDream/fontfor/issues/67), fixed by PR [#68](https://github.com/7sDream/fontfor/pull/68)) - Add musl libc build for Linux release, static link to crt for Windows release - Max release profile performance, reduce binary size to around 1M diff --git a/Cargo.lock b/Cargo.lock index 600fe8c..db8e387 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "fontfor" -version = "0.4.2-alpha1" +version = "0.4.2" dependencies = [ "ab_glyph", "clap", diff --git a/Cargo.toml b/Cargo.toml index 66bb5f0..1aa9137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontfor" -version = "0.4.2-alpha1" +version = "0.4.2" authors = ["7sDream "] edition = "2021" description = "find fonts which can show a specified character and preview them in terminal or browser"