Skip to content

Commit 9b24fb2

Browse files
committed
Version updated from 0.2.0 to 0.3.0
1 parent cfbef0e commit 9b24fb2

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.3.0 (2026-03-21)
4+
5+
[Compare the full difference.](https://github.com/callowayproject/pytest-agent-digest/compare/0.2.0...0.3.0)
6+
7+
### Other
8+
9+
- Expand Python version matrix to include 3.9 and 3.10, update project status to Beta, and adjust supported Python classifiers. [4214619](https://github.com/callowayproject/pytest-agent-digest/commit/4214619cb5847aa6836353ffa85d093aea19435a)
10+
311
## 0.2.0 (2026-03-21)
412

513
[Compare the full difference.](https://github.com/callowayproject/pytest-agent-digest/compare/0.1.0...0.2.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ skip-checking-raises = true
275275
quiet = true
276276

277277
[tool.bumpversion]
278-
current_version = "0.2.0"
278+
current_version = "0.3.0"
279279
commit = true
280280
commit_args = "--no-verify"
281281
tag = true

pytest_agent_digest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
pytest_configure,
1313
)
1414

15-
__version__ = "0.2.0"
15+
__version__ = "0.3.0"
1616

1717
__all__ = [
1818
"AgentDigestPlugin",

0 commit comments

Comments
 (0)