Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.15.0"
version = "0.15.1"
edition = "2024"
authors = ["Rewind Contributors"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion python-mcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "rewind-mcp"
version = "0.13.10"
version = "0.13.11"
description = "MCP server for Rewind — the time-travel debugger for AI agents."
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion python-mcp/rewind_mcp_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# Must match the Rust workspace version in Cargo.toml.
# Update this when a new GitHub Release is published with new binaries.
CLI_VERSION = "0.15.0"
CLI_VERSION = "0.15.1"


def _get_platform_key() -> str:
Expand Down
2 changes: 1 addition & 1 deletion python/rewind_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# The native CLI binary version — independent of the Python SDK version.
# Update this when a new GitHub Release is published with new binaries.
CLI_VERSION = "0.15.0"
CLI_VERSION = "0.15.1"


def _get_platform_key() -> str:
Expand Down
Loading