Skip to content

Commit b9ff199

Browse files
committed
Fix release workflow for GitHub releases
1 parent cc4048d commit b9ff199

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
permissions:
6161
contents: write
6262
steps:
63+
- name: Check out repository
64+
uses: actions/checkout@v4
65+
6366
- name: Download distributions
6467
uses: actions/download-artifact@v4
6568
with:

CHANGELOG.md

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

3+
## 0.1.1 - 2026-03-06
4+
5+
- Fixed GitHub release creation workflow by checking out the repository before invoking `gh release`
6+
- Polished README, repository metadata, issue templates, and demo project
7+
- Added an automated integration test for the local demo app
8+
39
## 0.1.0 - 2026-03-06
410

511
- Initial release candidate for the `agentproof` library

pyproject.toml

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

55
[project]
66
name = "agentproof-ai"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Agent-oriented verification challenges for Python applications."
99
readme = "README.md"
1010
license = "MIT"

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)