Skip to content

Commit 30208be

Browse files
committed
chore: prepare release 1.1.1
1 parent 4ded3fc commit 30208be

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
@@ -5,7 +5,7 @@ This document serves as memory and context for AI agents working on this project
55
## General Project Information
66

77
- **Name**: Secure Chain Gateway
8-
- **Version**: 1.1.0
8+
- **Version**: 1.1.1
99
- **License**: GPL-3.0-or-later
1010
- **Python**: >= 3.13
1111
- **Framework**: FastAPI 0.116.1
@@ -435,7 +435,7 @@ ruff format app/ # Format code
435435

436436
## Important Change History
437437

438-
### v1.1.0 (Current)
438+
### v1.1.1 (Current)
439439
- Current project version
440440
- Python 3.13 as minimum requirement
441441
- Migration to uv for dependency management (recommended)

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def lifespan(app: FastAPI):
4848
title="Secure Chain Gateway",
4949
description=DESCRIPTION,
5050
docs_url=settings.DOCS_URL,
51-
version="1.1.0",
51+
version="1.1.1",
5252
contact={
5353
"name": "Secure Chain Team",
5454
"url": "https://github.com/securechaindev",

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-gateway"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "A tool for managing and interacting with all microservices developed by Secure Chain"
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)