Skip to content

Commit de2a3f6

Browse files
committed
Updated CHANGELOG and version.
1 parent 70f3d69 commit de2a3f6

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.10.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.10.0) - 2022-06-28
8+
- Improved renaming according to RIBBI.
9+
- Updated style flags on save according to subfamily name.
10+
711
## [0.9.1](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.9.1) - 2022-06-07
812
- Updated `subset` default options.
913

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,9 @@ python setup.py test
669669
## License
670670
Released under [MIT License](LICENSE.txt).
671671

672+
## Credits
673+
Special thanks to [Jérémie Hornus](https://github.com/JeremieHornus) and [Just Van Rossum](https://github.com/justvanrossum).
674+
672675
---
673676

674677
## See also

fontbro/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
__email__ = "fabio.caccamo@gmail.com"
77
__license__ = "MIT"
88
__title__ = "python-fontbro"
9-
__version__ = "0.9.1"
9+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)