File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ __pycache__
77* .pyc
88build
99dist
10- memory-bank
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.2.1] - 2025-04-26
9+
10+ ### Added
11+
12+ - Include ` py.typed ` marker file for PEP 561 compatibility.
13+
814## [ 2.2.0] - 2025-03-30
915
1016### Added
Original file line number Diff line number Diff line change 11[project ]
22name = " url-normalize"
3- version = " 2.2.0 "
3+ version = " 2.2.1 "
44description = " URL normalization for Python"
55authors = [{ name = " Nikolay Panov" , email = " github@npanov.com" }]
66license = { text = " MIT" }
Original file line number Diff line number Diff line change 88from .url_normalize import url_normalize
99
1010__license__ = "MIT"
11- __version__ = "2.2.0 "
11+ __version__ = "2.2.1 "
1212
1313__all__ = ["url_normalize" ]
You can’t perform that action at this time.
0 commit comments