Skip to content

Commit 61d3315

Browse files
committed
Bump to v1.0.3
1 parent da42ac4 commit 61d3315

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 2025-06-02 1.0.3
2+
3+
The significant change in this release is to introduce type hinting (#147).
4+
5+
* #133 Fix typos in README.md by @gl-yziquel
6+
* #135 __init__.py: Fix a tiny typo in a comment by @gregorni
7+
* #136 Update README.md by @aminsoheyli
8+
* #137 Tests : Use slant instead of doh to use only fonts-contrib by @LyesSaadi
9+
* #140 Added: Double-Blocky Font by @CatPieLeaf
10+
* #147 Big type hinting and modernization upgrade by @edward-jazzhands
11+
112
# 2023-09-13 1.0.2
213

314
This release fixes a leaked file descriptor.

pyfiglet/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.2'
1+
__version__ = '1.0.3'

0 commit comments

Comments
 (0)