Skip to content

Commit 6a8f23c

Browse files
committed
chore: bump version to 1.1.1 for improved compile error reporting
Update package version and changelog to reflect changes in compile error reporting behavior when asset_database_refresh is called without script changes
1 parent efe3ba1 commit 6a8f23c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to Unity Code MCP Server will be documented in this file.
44

5+
## [1.1.1] - 2025-07-25
6+
7+
### Improved
8+
- Better compile error reporting in a asset_database_refresh call when compilation didn't occur(because scripts didn't change), we report previous compile errors. This allows AI agents to see compile errors even if the actual compilation happened out of a tool call, e.g. user might have manually triggered an asset database refresh, or the compilation happened before the MCP server started
9+
510
## [1.1.0] - 2025-07-24
611

712
### Added

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unity_code_mcp"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)