File tree 3 files changed +10
-3
lines changed 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.25.1] - 2024-11-29
10
+ ### Changed
11
+ - Fix some typos and documentation related lints
12
+ - Set MSRV in manifest to actual current value (1.63.0)
13
+ - Update forge URL for ttf-parser and rustybuzz to harfbuzz org
14
+
9
15
## [ 0.25.0] - 2024-10-04
10
16
### Added
11
17
- ` STAT ` table parsing. Thanks to [ inferiorhumanorgans] ( https://github.com/inferiorhumanorgans ) .
@@ -510,7 +516,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
510
516
### Removed
511
517
- `GDEF` table parsing.
512
518
513
- [Unreleased]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...HEAD
519
+ [Unreleased]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.1...HEAD
520
+ [0.25.1]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...v0.25.1
514
521
[0.25.0]: https://github.com/harfbuzz/ttf-parser/compare/v0.24.1...v0.25.0
515
522
[0.24.1]: https://github.com/harfbuzz/ttf-parser/compare/v0.24.0...v0.24.1
516
523
[0.24.0]: https://github.com/harfbuzz/ttf-parser/compare/v0.23.0...v0.24.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ttf-parser"
3
- version = " 0.25.0 "
3
+ version = " 0.25.1 "
4
4
authors = [
5
5
" Caleb Maclennan <caleb@alerque.com>" ,
6
6
" Laurenz Stampfl <laurenz.stampfl@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ttf-parser-capi"
3
- version = " 0.25.0 "
3
+ version = " 0.25.1 "
4
4
authors = [
5
5
" Caleb Maclennan <caleb@alerque.com>" ,
6
6
" Laurenz Stampfl <laurenz.stampfl@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments