Skip to content

Commit

Permalink
0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Dec 16, 2024
1 parent 3c17fc6 commit 3ee634e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{$NEXT}}

0.5.13 2024-12-17T05:37:21+13:00
- Make cmap() return character codes rather than characters.
Base forall-chars() and forall-images() on cmap().

Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
],
"test-depends": [
],
"version": "0.5.12"
"version": "0.5.13"
}
2 changes: 1 addition & 1 deletion lib/Font/FreeType.rakumod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit class Font::FreeType:ver<0.5.12>;
unit class Font::FreeType:ver<0.5.13>;

use NativeCall;
use Font::FreeType::Face;
Expand Down

0 comments on commit 3ee634e

Please sign in to comment.