From e1619c6ce0d99ee2b4a35f1c6b7a7b3d5a7336eb Mon Sep 17 00:00:00 2001 From: Leonardo Araneda Freccero Date: Wed, 29 Oct 2025 11:48:55 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++--- pyproject.toml | 4 ++-- uv.lock | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b0342..b9f1a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v1.0.0 (2025-10-29) -### Added +### Feat -- Initial project setup +- Initial release diff --git a/pyproject.toml b/pyproject.toml index c35a95c..f4c2535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "mcp-proxy-for-aws" # NOTE: "Patch"=9223372036854775807 bumps next release to zero. -version = "0.0.0" +version = "1.0.0" description = "MCP Proxy for AWS" readme = "README.md" @@ -121,7 +121,7 @@ exclude = ["**/__pycache__", "**/.venv", "**/node_modules", "**/dist", "**/build [tool.commitizen] name = "cz_conventional_commits" -version = "0.1.0" +version_provider = "uv" tag_format = "v$version" version_files = [ "pyproject.toml:version", diff --git a/uv.lock b/uv.lock index 3b40b95..4f46d8c 100644 --- a/uv.lock +++ b/uv.lock @@ -1625,7 +1625,7 @@ wheels = [ [[package]] name = "mcp-proxy-for-aws" -version = "0.0.0" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "boto3" },