We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2cf49 commit a803797Copy full SHA for a803797
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## Unreleased
10
11
+## 0.9.0
12
+
13
### Changed
14
15
- MSRV changed to 1.77.0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "crossfont"
3
-version = "0.8.0"
+version = "0.9.0"
4
description = "Cross platform native font loading and rasterization"
5
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
6
repository = "https://github.com/alacritty/crossfont.git"
0 commit comments