Skip to content

Commit 7c6e510

Browse files
committed
chore: prepare release 1.1.3
1 parent c17299b commit 7c6e510

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ docker compose -f dev/docker-compose.yml up --build
442442

443443
## 📊 Metrics
444444

445-
- Version: 1.1.2
445+
- Version: 1.1.3
446446
- Coverage: 84% (514 tests)
447447
- Python: 3.14+
448448
- License: GPL-3.0-or-later
@@ -487,7 +487,7 @@ docker compose -f dev/docker-compose.yml up --build
487487
## 📅 Last Update
488488

489489
**Date:** November 20, 2025
490-
**Version:** 1.1.2
490+
**Version:** 1.1.3
491491
**Coverage:** 84% (514 tests)
492492

493493
---

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.2",
32+
version="1.1.3",
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.2"
3+
version = "1.1.3"
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.14"

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)