Skip to content

Commit f2e391e

Browse files
authored
bump: version 0.0.0 → 1.0.0 (#61)
1 parent c4c7484 commit f2e391e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v1.0.0 (2025-10-29)
99

10-
### Added
10+
### Feat
1111

12-
- Initial project setup
12+
- Initial release

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mcp-proxy-for-aws"
33

44
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
5-
version = "0.0.0"
5+
version = "1.0.0"
66

77
description = "MCP Proxy for AWS"
88
readme = "README.md"
@@ -121,7 +121,7 @@ exclude = ["**/__pycache__", "**/.venv", "**/node_modules", "**/dist", "**/build
121121

122122
[tool.commitizen]
123123
name = "cz_conventional_commits"
124-
version = "0.1.0"
124+
version_provider = "uv"
125125
tag_format = "v$version"
126126
version_files = [
127127
"pyproject.toml:version",

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)