Skip to content

Commit 034ec82

Browse files
committed
v3.1 Release
1 parent 1a4b4e6 commit 034ec82

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
Unreleased:
3+
v3.1 (2025-04-14):
44

5-
- Use uv and hatchling as the build tool.
6-
- Use nox as the test runner.
7-
- Switch all documentation from reStructuredText to Markdown.
8-
- Introduce Ruff and optimize code against current set of Ruff rules.
9-
- Added type annotations.
5+
- Adopted **uv** and **hatchling** as the primary build tools.
6+
- Implemented **nox** as the test runner.
7+
- Migrated all documentation from **reStructuredText** to **Markdown** for improved readability and accessibility.
8+
- Introduced **Ruff** as a linter and optimized code to align with the current set of Ruff rules.
9+
- Added type annotations throughout the codebase.
10+
- Test against **Python 3.14**.
1011

1112
v3.0 (2025-04-11):
1213

@@ -95,4 +96,4 @@ v0.2 (2016-02-09):
9596

9697
v0.1 (2016-02-06):
9798

98-
- Very first version, and yet with very limited features.
99+
- Very first version, and yet with very limited features.

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
nox.options.default_venv_backend = "uv"
88

9-
python_versions = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
9+
python_versions = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1010

1111

1212
@nox.session(python=python_versions, name="pip-check-test-py")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pip-check"
3-
version = "3.1a0"
3+
version = "3.1"
44
description = "Display installed pip packages and their update status."
55
readme = "README.md"
66
requires-python = ">=3.8"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)