Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e2a2ecd

Browse files
committed
Release v0.9.7
1 parent ecacba4 commit e2a2ecd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.9.7 (March 3, 2024)
4+
- Added comprehensive testing documentation in TESTS.md
5+
- Simplified resource testing to focus on core providers
6+
- Improved test organization and documentation
7+
- Added Jest test suite for resource testing
8+
- Updated README.md with testing information
9+
- Fixed test script output formatting
10+
- Improved error handling in resource tests
11+
312
## 0.9.6 (May 21, 2024)
413
- Removed `exampleConfigGenerator` tool
514
- Simplified tool interface by removing unused parameters

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ interface BlockType {
8282
// --------------------------------------------------------
8383

8484
// Current package version from package.json
85-
const VERSION = "0.9.6";
85+
const VERSION = "0.9.7";
8686

8787
// Helper function to create standardized response format
8888
function createStandardResponse(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terraform-mcp-server",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "MCP server for Terraform Registry operations",
55
"license": "MIT",
66
"author": "Paul Thrasher (https://github.com/thrashr888)",

0 commit comments

Comments
 (0)