Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Oct 6, 2024
1 parent 8296b94 commit 8a29914
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for FontConfig

{{$NEXT}}

0.1.5 2024-10-07T07:15:18+13:00
- Filter :all, & :best options from FontConfig base class.
These are used by FontConfig::Pattern derived class

Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"resources": [
"libraries/fc_raku"
],
"source-url": "git://github.com/pdf-raku/FontConfig-raku.git",
"source-url": "https://github.com/pdf-raku/FontConfig-raku.git",
"tags": [
"font"
],
"test-depends": [
],
"version": "0.1.4"
"version": "0.1.5"
}
2 changes: 1 addition & 1 deletion lib/FontConfig.rakumod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base class for FontConfig Patterns and Matches
unit class FontConfig:ver<0.1.4>;
unit class FontConfig:ver<0.1.5>;

use FontConfig::Raw;
use FontConfig::Defs :enums;
Expand Down

0 comments on commit 8a29914

Please sign in to comment.