File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.1.0 ] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.1.0 ) - 2021-11-18
8- - Released ` python-fontbro ` .
7+ ## [ 0.2.1 ] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.2.1 ) - 2021-11-19
8+ - Fixed width axis tag name .
99
1010## [ 0.2.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.2.0 ) - 2021-11-19
1111- Added ` get_features_tags ` method.
1212- Added ` get_style_flag ` and ` set_style_flag ` methods.
1313- Added support to ` 'condensed' ` , ` 'extended' ` and ` 'shadow' ` style flags.
1414- Added ` rename ` method.
15+
16+ ## [ 0.1.0] ( https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.1.0 ) - 2021-11-18
17+ - Released ` python-fontbro ` .
Original file line number Diff line number Diff line change 6677__license__ = 'MIT'
88__title__ = 'python-fontbro'
9- __version__ = '0.2.0 '
9+ __version__ = '0.2.1 '
You can’t perform that action at this time.
0 commit comments