Skip to content

Commit e231d8b

Browse files
committed
release: bumps the version to v0.4.0
1 parent 94a210b commit e231d8b

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,24 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## Unreleased
1010

11+
## 0.4.0 - 08-12-2025
12+
1113
### Added
1214

1315
- Added automatic retry for Sprocket language server on unexpected termination.
1416

17+
### Fixed
18+
19+
- Rolls back syntax highlighting in `command` blocks to represent multi-line
20+
template strings
21+
([#32](https://github.com/stjude-rust-labs/sprocket-vscode/pull/32))
22+
1523
## 0.3.0 - 10-22-2024
1624

1725
### Added
1826

19-
- Added a feature to automatically install and update `sprocket` from GitHub ([#7](https://github.com/stjude-rust-labs/sprocket-vscode/pull/7)).
27+
- Added a feature to automatically install and update `sprocket` from GitHub
28+
([#7](https://github.com/stjude-rust-labs/sprocket-vscode/pull/7)).
2029

2130
## 0.2.0 - 08-16-2024
2231

@@ -32,7 +41,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
3241
- Multiple updates to the `README.md` and instructions on how to get set up
3342
using the Sprocket VS Code extension
3443
([`295f100`](https://github.com/stjude-rust-labs/sprocket-vscode/commit/295f100194dc577daf044978b562a60ab5e728ae)
35-
and [`c65a65f`](https://github.com/stjude-rust-labs/sprocket-vscode/commit/c65a65f2fd1768d12ae6c6814b6daf29a60311a7)).
44+
and
45+
[`c65a65f`](https://github.com/stjude-rust-labs/sprocket-vscode/commit/c65a65f2fd1768d12ae6c6814b6daf29a60311a7)).
3646

3747
## 0.1.0 - 07-29-2024
3848

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/stjude-rust-labs/sprocket-vscode"
1010
},
11-
"version": "0.3.0",
11+
"version": "0.4.0",
1212
"engines": {
1313
"vscode": "^1.91.0"
1414
},
@@ -136,4 +136,4 @@
136136
"typescript": "^5.4.5"
137137
},
138138
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
139-
}
139+
}

0 commit comments

Comments
 (0)