Skip to content

Commit 0a4f435

Browse files
committed
Milestone release v0.3.0
1 parent d898199 commit 0a4f435

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

man/wayparam.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
33
wayparam \- fetch and normalize parameterized URLs from the Wayback CDX API
44
.SH SYNOPSIS

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "wayparam"
7-
version = "0.2.3"
7+
version = "0.3.0"
88
description = "Fetch and normalize parameterized URLs from the Internet Archive Wayback CDX API (OSINT-friendly)."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/wayparam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-License-Identifier: GPL-3.0
22

33
__all__ = ["__version__"]
4-
__version__ = "0.2.3"
4+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)