Skip to content

Commit 0728f9f

Browse files
committed
release: bump version to v1.13.6 with Windows compatibility fixes
- Update version from 1.13.5 to 1.13.6 - Update CITATION.cff with new release date (2025-12-03) - Add comprehensive changelog entry for Windows compatibility fixes - Update uv.lock after dependency synchronization This release focuses on critical Windows compatibility improvements including environment variable fixes and platform-specific feature handling.
1 parent 0c126c7 commit 0728f9f

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Changelog (Auto Generated by Claude Code with GLM model)
22

33

4+
<details>
5+
<summary>Click to expand v1.13.6 details</summary>
6+
7+
## [1.13.6] - 2025-12-03
8+
9+
### Fixed
10+
- **Windows Compatibility Issues**: Critical fixes for Windows user experience and cross-platform support
11+
- Fixed environment variable name from `STATA-MCP-CLIENT` to `STATA_MCP_CLIENT` for proper Windows environment access
12+
- Disabled help functionality on Windows systems to prevent system crashes during help command execution
13+
- Disabled ado package installation on Windows systems to ensure stable operation
14+
- Enhanced cross-platform reliability with Windows-specific conditional code paths
15+
16+
### Changed
17+
- **Function Parameters**: Added `strict_mode` parameter to `write_dofile` function for enhanced control
18+
- **Code Quality**: Fixed grammar typos and improved documentation clarity throughout code comments
19+
- **Platform Detection**: Improved operating system detection with better case-insensitive handling
20+
21+
### Technical
22+
- **Cross-Platform Architecture**: Enhanced Windows support while maintaining functionality for macOS and Linux
23+
- **Error Prevention**: Proactive disabling of problematic features on Windows to prevent crashes
24+
- **Documentation**: Improved code comments and parameter documentation for better maintainability
25+
26+
</details>
27+
28+
429
<details>
530
<summary>Click to expand v1.13.5 details</summary>
631

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors:
66
orcid: "https://orcid.org/0009-0006-7449-1094"
77
88
title: "Stata-MCP: Let LLM help you achieve your regression analysis with Stata"
9-
version: 1.13.5
10-
date-released: 2025-11-26
9+
version: 1.13.6
10+
date-released: 2025-12-03
1111
url: "https://www.statamcp.com"
1212
repository-code: "https://github.com/sepinetam/stata-mcp"
1313
license: Apache-2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stata-mcp"
3-
version = "1.13.5"
3+
version = "1.13.6"
44
description = "Let LLM help you achieve your regression analysis with Stata"
55
readme = "README.md"
66
authors = [

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)