Skip to content

Commit 1b29e09

Browse files
committed
3.5.0
1 parent 5960540 commit 1b29e09

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [3.5.0] - 2025-09-10
4+
5+
- Improved exercise submission packaging to avoid overly large archives
6+
- Improved extension data migration from one version to the next
7+
38
## [3.4.2] - 2025-08-21
49

510
- Fixed unnecessary dynamic library dependency causing errors when the library was missing on the user's computer.

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
const path = require("path");
55

6-
const TMC_LANGS_RUST_VERSION = "0.38.3";
6+
const TMC_LANGS_RUST_VERSION = "0.39.0";
77

88
const mockTmcLocalMooc = {
99
__TMC_BACKEND_URL__: JSON.stringify("http://localhost:4001"),

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-my-code",
33
"displayName": "TestMyCode",
4-
"version": "3.4.2",
4+
"version": "3.5.0",
55
"description": "TestMyCode extension for Visual Studio Code",
66
"categories": [
77
"Education",

0 commit comments

Comments
 (0)