Skip to content

Commit d5ecdaf

Browse files
committed
release 0.1.1: point package metadata at AgentPostmortem org
1 parent d597903 commit d5ecdaf

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project are documented here. The format is based on
44
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.1] - 2026-08-06
8+
9+
### Changed
10+
11+
- Repository moved to the `AgentPostmortem` GitHub organization; project URLs now
12+
point at the new location. The package name is unchanged.
13+
714
## [Unreleased]
815

916
## [0.1.0] - 2026-07-27

README.md

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

33
**Verifiable, tamper-evident receipts for RAG and agent answers.**
44

5-
![CI](https://github.com/AgentPostmortem/answerproof/actions/workflows/ci.yml/badge.svg)
5+
![CI](https://github.com/AgentPostmortem/Answerproof/actions/workflows/ci.yml/badge.svg)
66
![Python](https://img.shields.io/badge/python-3.11%2B-blue)
77
![License](https://img.shields.io/badge/license-MIT-green)
88

@@ -211,7 +211,7 @@ def answer_with_receipt(query, retriever, llm, signing_key, principal):
211211
## Run it locally
212212

213213
```bash
214-
git clone https://github.com/AgentPostmortem/answerproof
214+
git clone https://github.com/AgentPostmortem/Answerproof
215215
cd answerproof
216216
pip install -e ".[dev]"
217217
pytest -q # full test suite

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "answerproof"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Verifiable, tamper-evident receipts for RAG and agent answers."
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -37,8 +37,8 @@ dev = [
3737
answerproof = "answerproof.cli:main"
3838

3939
[project.urls]
40-
Homepage = "https://github.com/AgentPostmortem/answerproof"
41-
Repository = "https://github.com/AgentPostmortem/answerproof"
40+
Homepage = "https://github.com/AgentPostmortem/Answerproof"
41+
Repository = "https://github.com/AgentPostmortem/Answerproof"
4242

4343
[tool.hatch.build.targets.wheel]
4444
packages = ["src/answerproof"]

0 commit comments

Comments
 (0)