Skip to content

Commit a0700c1

Browse files
committed
chore: bump version to 0.2.0 and add missing pytest-html dependency
1 parent de3322a commit a0700c1

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to agents-smith will be documented in this file.
44

5+
## [0.2.0] - 20260501
6+
7+
### Changed
8+
9+
- Minor version bump.
10+
511
## [0.1.0] - 20260501
612

713
### Added

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agents-smith"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "AI-assisted software delivery system with flow-based agent orchestration"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -27,6 +27,7 @@ dev = [
2727
"pdoc>=14.0",
2828
"pytest>=9.0.3",
2929
"pytest-cov>=6.1.1",
30+
"pytest-html>=4.1.1",
3031
"pytest-mock>=3.14.0",
3132
"ruff>=0.11.5",
3233
"taskipy>=1.14.1",

uv.lock

Lines changed: 29 additions & 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)