Skip to content

Commit

Permalink
Updated CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Nov 19, 2021
1 parent f198851 commit f07f5da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.1.0) - 2021-11-18
- Released `python-fontbro`.
## [0.2.1](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.2.1) - 2021-11-19
- Fixed width axis tag name.

## [0.2.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.2.0) - 2021-11-19
- Added `get_features_tags` method.
- Added `get_style_flag` and `set_style_flag` methods.
- Added support to `'condensed'`, `'extended'` and `'shadow'` style flags.
- Added `rename` method.

## [0.1.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.1.0) - 2021-11-18
- Released `python-fontbro`.
2 changes: 1 addition & 1 deletion fontbro/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__email__ = '[email protected]'
__license__ = 'MIT'
__title__ = 'python-fontbro'
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit f07f5da

Please sign in to comment.