Skip to content

Commit f469074

Browse files
authored
chore(arcade-mcp-server): promote 1.22.0rc1 to 1.22.0 (#848)
## Summary - Removes the `rc1` pre-release suffix from `arcade-mcp-server` version, promoting it to the stable `1.22.0` release. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this is a metadata-only version bump with no runtime or dependency changes. > > **Overview** > Promotes `arcade-mcp-server` to the stable `1.22.0` release by removing the `rc1` suffix in `libs/arcade-mcp-server/pyproject.toml`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit aa60440. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent c21447d commit f469074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/arcade-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "arcade-mcp-server"
7-
version = "1.22.0rc1"
7+
version = "1.22.0"
88
description = "Model Context Protocol (MCP) server framework for Arcade.dev"
99
readme = "README.md"
1010
authors = [{ name = "Arcade.dev" }]

0 commit comments

Comments
 (0)