Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed May 9, 2024
1 parent df7a414 commit f540360
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-depver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

jobs:
deps_version:
depver:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

- Remove `#[deny(warnings)]` in source code, add it in CI
- Fix build for comming Rust 1.79 new lints
- Update deps

## 0.4.2

- Fix build for Rust 1.75. (by PR [#69](https://github.com/7sDream/fontfor/pull/69), thanks [@mfrischknecht].)
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"
version = "0.4.3-alpha.1"
authors = ["7sDream <i@7sdre.am>"]
edition = "2021"
description = "find fonts which can show a specified character and preview them in terminal or browser"
Expand Down

0 comments on commit f540360

Please sign in to comment.