Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 24, 2023
1 parent 439341d commit 6de5cbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,7 +1,10 @@
Revision history for FontConfig

{{$NEXT}}
- Rename :$limit option to :$best on pattern matches

0.1.4 2023-08-25T07:01:21+12:00
- Rename :$limit option to :$best on pattern matches. Make
this option work on arrays as well as iterator series

0.1.3 2023-08-03T12:44:50+12:00
- Turn familylang, stylelang, fullnamelang, namelang into
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -30,5 +30,5 @@
],
"test-depends": [
],
"version": "0.1.3"
"version": "0.1.4"
}
2 changes: 1 addition & 1 deletion lib/FontConfig.rakumod
@@ -1,5 +1,5 @@
# Base class for FontConfig Patterns and Matches
unit class FontConfig:ver<0.1.3>;
unit class FontConfig:ver<0.1.4>;

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

0 comments on commit 6de5cbf

Please sign in to comment.