Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Feb 26, 2024
1 parent 2077b3a commit a2bd816
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.8.2 2024-02-27T08:40:06+13:00
- Add shape(:!kern) option. I.e shaping with horizontal disabled.

0.8.1 2024-01-23T07:43:00+13:00
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.8.1"
"version": "0.8.2"
}
2 changes: 1 addition & 1 deletion lib/PDF/Font/Loader.rakumod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;

class PDF::Font::Loader:ver<0.8.1> {
class PDF::Font::Loader:ver<0.8.2> {

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

0 comments on commit a2bd816

Please sign in to comment.