Skip to content

Commit f07f5da

Browse files
committed
Updated CHANGELOG and version.
1 parent f198851 commit f07f5da

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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`.

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.2.0'
9+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)