Skip to content

Commit 9696fa3

Browse files
authored
0.3.2 release prep (#208)
1 parent bdfd7e9 commit 9696fa3

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ cmd/mcpcurl/mcpcurl
55
.vscode/
66
dist/
77
bin/*
8+
server.json.backup*
9+
gemini-extension.json.backup*

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.3.2 (Oct 23, 2025)
22

33
FEATURES
44

gemini-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terraform",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"contextFileName": "${extensionPath}${/}instructions${/}example-AGENTS.md",
55
"mcpServers": {
66
"terraform": {
@@ -13,7 +13,7 @@
1313
"TFE_TOKEN",
1414
"-e",
1515
"TFE_ADDRESS",
16-
"hashicorp/terraform-mcp-server:0.3.1"
16+
"hashicorp/terraform-mcp-server:0.3.2"
1717
],
1818
"env": {
1919
"TFE_TOKEN": "$TFE_TOKEN",

server.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/hashicorp/terraform-mcp-server",
88
"source": "github"
99
},
10-
"version": "0.3.1",
10+
"version": "0.3.2",
1111
"packages": [
1212
{
1313
"registryType": "oci",
14-
"identifier": "docker.io/hashicorp/terraform-mcp-server:0.3.1",
14+
"identifier": "docker.io/hashicorp/terraform-mcp-server:0.3.2",
1515
"transport": {
1616
"type": "stdio"
1717
},
@@ -262,7 +262,7 @@
262262
},
263263
{
264264
"type": "positional",
265-
"value": "hashicorp/terraform-mcp-server:0.3.1"
265+
"value": "hashicorp/terraform-mcp-server:0.3.2"
266266
}
267267
],
268268
"environmentVariables": [
@@ -382,8 +382,8 @@
382382
{
383383
"registryType": "oci",
384384
"registryBaseUrl": "https://docker.io",
385-
"identifier": "docker.io/hashicorp/terraform-mcp-server:0.3.1",
386-
"version": "0.3.1",
385+
"identifier": "docker.io/hashicorp/terraform-mcp-server:0.3.2",
386+
"version": "0.3.2",
387387
"transport": {
388388
"type": "streamable-http",
389389
"url": "http://127.0.0.1:8080/mcp"
@@ -640,7 +640,7 @@
640640
},
641641
{
642642
"type": "positional",
643-
"value": "hashicorp/terraform-mcp-server:0.3.1"
643+
"value": "hashicorp/terraform-mcp-server:0.3.2"
644644
}
645645
],
646646
"environmentVariables": [

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.3.2

0 commit comments

Comments
 (0)