Skip to content

Commit 351a380

Browse files
committed
chore: prepare release
1 parent 64daa3b commit 351a380

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ This project uses **uv** as the Python package manager, which is a fast Rust-bas
519519
```toml
520520
[project]
521521
name = "securechain-depex"
522-
version = "1.1.0"
522+
version = "1.1.1"
523523
requires-python = ">=3.13"
524524
dependencies = [
525525
"fastapi==0.116.1", # Web framework
@@ -974,7 +974,7 @@ CMD ["uvicorn", "app.main:app", "--reload"] # Hot-reload enabled
974974
## 📊 Project Metrics & Goals
975975

976976
### Current State (October 2025)
977-
- **Version:** 1.1.0
977+
- **Version:** 1.1.1
978978
- **Test Coverage:** 84% (407 tests)
979979
- **Python Version:** 3.13+
980980
- **License:** GPL-3.0-or-later
@@ -1113,7 +1113,7 @@ If you encounter issues not listed here:
11131113
## 📅 Last Update
11141114

11151115
**Date:** November 8, 2025
1116-
**Version:** 1.1.0
1116+
**Version:** 1.1.1
11171117
**Coverage:** 84%
11181118
**Tests:** 407 passing, 3 skipped
11191119
**Latest Improvement:** Refactored graph controller endpoints to use payload injection for user context

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def lifespan(app: FastAPI):
2929
app = FastAPI(
3030
title="Secure Chain Depex Tool",
3131
docs_url=settings.DOCS_URL,
32-
version="1.1.0",
32+
version="1.1.1",
3333
description=DESCRIPTION,
3434
contact={
3535
"name": "Secure Chain Team",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "securechain-depex"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Depex is a tool that allows you to reason over the entire configuration space of the Software Supply Chain of an open-source software repository."
55
readme = "README.md"
66
requires-python = ">=3.13"

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)