Skip to content

Commit

Permalink
chore(release): version v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed Jan 21, 2024
1 parent 79a04f0 commit cbf4383
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fontfor"
version = "0.4.2-alpha1"
version = "0.4.2"
authors = ["7sDream <[email protected]>"]
edition = "2021"
description = "find fonts which can show a specified character and preview them in terminal or browser"
Expand Down

0 comments on commit cbf4383

Please sign in to comment.