We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9f7fb commit 2fd22f6Copy full SHA for 2fd22f6
CHANGELOG.md
@@ -6,3 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [0.1.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.1.0) - 2021-11-18
8
- Released `python-fontbro`.
9
+
10
+## [0.2.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.2.0) - 2021-11-19
11
+- Added `get_features_tags` method.
12
+- Added `get_style_flag` and `set_style_flag` methods.
13
+- Added support to `'condensed'`, `'extended'` and `'shadow'` style flags.
14
+- Added `rename` method.
fontbro/metadata.py
@@ -6,4 +6,4 @@
__email__ = '[email protected]'
__license__ = 'MIT'
__title__ = 'python-fontbro'
-__version__ = '0.1.0'
+__version__ = '0.2.0'
0 commit comments