Skip to content

Commit 2fd22f6

Browse files
committed
Updated CHANGELOG and version.
1 parent 0c9f7fb commit 2fd22f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.1.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.1.0) - 2021-11-18
88
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
__email__ = '[email protected]'
77
__license__ = 'MIT'
88
__title__ = 'python-fontbro'
9-
__version__ = '0.1.0'
9+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)