File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.0
4+ - Milestone
5+
36## 0.2.3
47- Added httpx-level integration tests using MockTransport (no network)
58
Original file line number Diff line number Diff line change 1- .TH WAYPARAM 1 "December 2025" "wayparam 0.2.3 " "User Commands"
1+ .TH WAYPARAM 1 "December 2025" "wayparam 0.3.0 " "User Commands"
22.SH NAME
33wayparam \- fetch and normalize parameterized URLs from the Wayback CDX API
44.SH SYNOPSIS
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " wayparam"
7- version = " 0.2.3 "
7+ version = " 0.3.0 "
88description = " Fetch and normalize parameterized URLs from the Internet Archive Wayback CDX API (OSINT-friendly)."
99readme = " README.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-3.0
22
33__all__ = ["__version__" ]
4- __version__ = "0.2.3 "
4+ __version__ = "0.3.0 "
You can’t perform that action at this time.
0 commit comments