Skip to content

Commit

Permalink
0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 8, 2024
1 parent 1845cd6 commit 8f2b864
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{{$NEXT}}

0.5.8 2024-08-09T06:21:56+12:00
- Fix tests on Windows
- Take a copy of FT_Bitmap_Size structs. To avoid any chance of
dangling references.

0.5.7 2024-05-24T07:49:27+12:00
- Add FT_Face.get-bitmap-size() accessor. Fix and reinstate BDF fonts.

Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"libraries/ft6",
"libraries/freetype"
],
"source-url": "git://github.com/pdf-raku/Font-FreeType-raku.git",
"source-url": "https://github.com/pdf-raku/Font-FreeType-raku.git",
"tags": [
"font",
"freetype"
],
"test-depends": [
],
"version": "0.5.7"
"version": "0.5.8"
}
2 changes: 1 addition & 1 deletion lib/Font/FreeType.rakumod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;

class Font::FreeType:ver<0.5.7> {
class Font::FreeType:ver<0.5.8> {
use NativeCall;
use Font::FreeType::Face;
use Font::FreeType::Error;
Expand Down

0 comments on commit 8f2b864

Please sign in to comment.