Skip to content

Commit 04a0eb8

Browse files
committed
Updated version, CHANGELOG and README.
1 parent 9b6a0c1 commit 04a0eb8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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.3.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.3.0) - 2022-01-??
7+
## [0.4.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.4.0) - 2022-01-12
8+
- Added more informations to characters returned by `get_characters` method.
9+
- Added `get_unicode_block_by_name` and `get_unicode_script_by_name` methods.
10+
- Improved `subset` unicodes parsing.
11+
- Renamed `uni` module to `unicodedata`.
12+
13+
## [0.3.0](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.3.0) - 2022-01-11
814
- Added `get_unicode_blocks` method.
915
- Added `get_unicode_scripts` method.
1016
- Changed `get_name` and `set_name` to read/write both Mac and Windows IDs.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1313

1414
# python-fontbro
15-
friendly font operations. :billed_cap:
15+
friendly font operations on top of `fontTools`. :billed_cap:
1616

1717
## Index
1818
- [Installation](#installation)

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.3.0"
9+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)