Skip to content

Releases: hougesen/mdsf

v0.10.8

08 Oct 20:50
881522b

Choose a tag to compare

Release Notes

8 October 2025

  • chore: release v0.10.8 #1341
  • build(deps): bump astral-sh/setup-uv from 6 to 7 #1338
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1340
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1339
  • feat(tools): support json_repair #1336
  • chore: add citation file #1337
  • ci: bump lua action versions #1334
  • build(deps): bump clap from 4.5.47 to 4.5.48 #1304
  • build(deps): bump tempfile from 3.22.0 to 3.23.0 #1313
  • build(deps): bump clap_complete from 4.5.57 to 4.5.58 #1302
  • build(deps-dev): bump eslint from 9.36.0 to 9.37.0 in /mdsf-vscode #1331
  • build(deps-dev): bump @eslint/js from 9.36.0 to 9.37.0 in /mdsf-vscode #1330
  • build(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /mdsf-vscode #1328
  • build(deps-dev): bump @biomejs/biome from 2.2.3 to 2.2.5 in /mdsf-vscode #1326
  • build(deps-dev): bump @biomejs/biome in /github-action #1324
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1329
  • build(deps-dev): bump eslint from 9.36.0 to 9.37.0 in /github-action #1325
  • build(deps): bump owo-colors from 4.2.2 to 4.2.3 #1323
  • build(deps-dev): bump eslint from 9.35.0 to 9.36.0 in /mdsf-vscode #1307
  • build(deps-dev): bump eslint from 9.35.0 to 9.36.0 in /github-action #1312
  • build(deps-dev): bump esbuild from 0.25.9 to 0.25.10 in /github-action #1305
  • build(deps-dev): bump esbuild from 0.25.9 to 0.25.10 in /mdsf-vscode #1306
  • build(deps): bump serde from 1.0.226 to 1.0.228 #1317
  • fix: update superhtml expected output #1316
  • build(deps): bump regex from 1.11.2 to 1.11.3 #1315
  • build(deps): bump serde from 1.0.219 to 1.0.225 #1303
  • build(deps-dev): bump globals from 16.3.0 to 16.4.0 in /github-action #1295
  • build(deps-dev): bump globals from 16.3.0 to 16.4.0 in /mdsf-vscode #1296
  • build(deps): bump serde_json from 1.0.143 to 1.0.145 #1298
  • chore: update version to dev b96a84d
  • build: remove custom runners from cargo-dist (#1335) 58e243d
  • chore: update changelog 32af35d

Install mdsf 0.10.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.10.8/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.10.8/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.10.8

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.10.7

09 Sep 20:24
7c52a5e

Choose a tag to compare

Release Notes

9 September 2025

  • chore: release v0.10.7 #1294
  • build(deps): bump tempfile from 3.21.0 to 3.22.0 #1293
  • feat(tools): add support for prettierd #1292
  • build(deps): bump ureq from 3.1.1 to 3.1.2 #1291
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1288
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1289
  • build(cargo-dist): bump version to v0.30.0 #1290

Install mdsf 0.10.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.10.7/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.10.7/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.10.7

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.10.6

07 Sep 13:45
9c81f23

Choose a tag to compare

Release Notes

7 September 2025

  • chore: release v0.10.6 #1286
  • build(deps): bump actions/setup-node from 4 to 5 #1276
  • build(deps): bump actions/checkout from 4 to 5 #1246
  • chore(dependabot): exclude cargo-dist workflow #1283
  • build(deps): bump actions/setup-go from 5 to 6 #1272
  • build(deps-dev): bump eslint from 9.34.0 to 9.35.0 in /github-action #1274
  • build(deps): bump actions/setup-python from 5 to 6 #1273
  • build(deps-dev): bump @biomejs/biome from 2.2.2 to 2.2.3 in /mdsf-vscode #1275
  • build(deps-dev): bump @eslint/js from 9.34.0 to 9.35.0 in /github-action #1278
  • build(deps-dev): bump eslint from 9.34.0 to 9.35.0 in /mdsf-vscode #1281
  • build(deps): bump ureq from 3.1.0 to 3.1.1 #1282
  • build(deps-dev): bump @biomejs/biome in /github-action #1277
  • build(deps): bump process_control from 5.1.1 to 5.2.0 #1280
  • build(deps-dev): bump @eslint/js from 9.34.0 to 9.35.0 in /mdsf-vscode #1279
  • fix(mdsf-vscode): fix mdsf-vscode error log #1271
  • build(deps): bump clap from 4.5.46 to 4.5.47 #1268
  • build(deps): bump log from 0.4.27 to 0.4.28 #1269
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1265
  • build: bump actions/setup-java to v5 #1267
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1266
  • build(deps): bump clap to v4.5.46 #1264
  • build(deps-dev): bump @biomejs/biome in /github-action #1259
  • build(deps): bump regex from 1.11.1 to 1.11.2 #1260
  • build(deps-dev): bump eslint from 9.33.0 to 9.34.0 in /github-action #1262
  • build(deps-dev): bump @biomejs/biome from 2.2.0 to 2.2.2 in /mdsf-vscode #1258
  • build(deps-dev): bump eslint from 9.33.0 to 9.34.0 in /mdsf-vscode #1257
  • build(deps): update test_with to v0.15.4 #1256

Install mdsf 0.10.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.10.6/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.10.6/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.10.6

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.10.5

22 Aug 22:26
5e5c7a9

Choose a tag to compare

Release Notes

21 August 2025

  • chore: release v0.10.5 #1255
  • build(deps): bump ureq from 3.0.12 to 3.1.0 #1243
  • build(deps): bump tempfile from 3.20.0 to 3.21.0 #1244
  • build(deps): bump serde_json from 1.0.142 to 1.0.143 #1242
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1251
  • build(deps-dev): bump esbuild from 0.25.8 to 0.25.9 in /mdsf-vscode #1252
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1253
  • build(deps-dev): bump esbuild from 0.25.8 to 0.25.9 in /github-action #1248
  • build(deps-dev): bump @biomejs/biome in /github-action #1250
  • build(deps-dev): bump @biomejs/biome from 2.1.4 to 2.2.0 in /mdsf-vscode #1249
  • test(mbake): update test data #1245
  • build(deps): bump clap from 4.5.44 to 4.5.45 #1241
  • refactor: use chained if let syntax #1240
  • build(deps): bump clap from 4.5.43 to 4.5.44 #1238
  • build(deps): bump terminal_size from 0.4.2 to 0.4.3 #1239
  • build(deps-dev): bump @biomejs/biome in /github-action #1230
  • build(deps): bump clap_complete from 4.5.56 to 4.5.57 #1237
  • build(deps-dev): bump @biomejs/biome from 2.1.3 to 2.1.4 in /mdsf-vscode #1234
  • build(deps-dev): bump eslint from 9.32.0 to 9.33.0 in /mdsf-vscode #1236
  • build(deps-dev): bump eslint from 9.32.0 to 9.33.0 in /github-action #1231
  • build(deps-dev): bump @eslint/js from 9.32.0 to 9.33.0 in /github-action #1233
  • build(deps-dev): bump @eslint/js from 9.32.0 to 9.33.0 in /mdsf-vscode #1235
  • build(deps): bump clap_complete from 4.5.55 to 4.5.56 #1229
  • build(deps): bump clap from 4.5.42 to 4.5.43 #1228
  • refactor(codegen): support disabling dub run #1227
  • feat(node): support packages with multiple executables #1226
  • build(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /mdsf-vscode #1221
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1223
  • build(deps-dev): bump @biomejs/biome in /github-action #1224
  • build(deps-dev): bump @biomejs/biome from 2.1.2 to 2.1.3 in /mdsf-vscode #1225
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1222
  • build(cargo-dist): bump version to v0.29.0 #1220
  • build(deps): bump serde_json from 1.0.141 to 1.0.142 #1219
  • build(deps): bump clap from 4.5.41 to 4.5.42 #1218
  • chore: update file extension mappings 97aa793

Install mdsf 0.10.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.10.5/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.10.5/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.10.5

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.10.4

28 Jul 21:11
782f663

Choose a tag to compare

Release Notes

28 July 2025

  • chore: release v0.10.4 #1217
  • feat(tools): add support for qmllint & qmlformat #1216

Install mdsf 0.10.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.10.4/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.10.4/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.10.4

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.10.3

25 Jul 17:31
abfc5f0

Choose a tag to compare

Release Notes

25 July 2025

  • chore: release v0.10.3 #1215
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1214
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1212
  • build(deps-dev): bump eslint from 9.31.0 to 9.32.0 in /mdsf-vscode #1210
  • build(deps-dev): bump eslint from 9.31.0 to 9.32.0 in /github-action #1211
  • build(cargo-dist): bump version to v0.28.2 #1208
  • build(deps-dev): bump esbuild from 0.25.6 to 0.25.8 in /github-action #1205
  • build(deps-dev): bump esbuild from 0.25.6 to 0.25.8 in /mdsf-vscode #1202
  • build(deps): bump serde_json from 1.0.140 to 1.0.141 #1206
  • build(deps-dev): bump @biomejs/biome in /github-action #1204
  • build(deps-dev): bump @biomejs/biome from 2.1.1 to 2.1.2 in /mdsf-vscode #1203
  • test(tools): add test case for sqlint #1201
  • test(tools): add test cases for mbake #1200
  • feat(tools): add support for sqlint #1199
  • feat: setup precommit hooks #1198
  • feat(tools): add support for pymarkdownlnt (#1207) ec9d084
  • build: upgrade cargo-dist to v0.28.1 13b152d

Install mdsf 0.10.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.10.3/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.10.3/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.10.3

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.10.2

16 Jul 08:10

Choose a tag to compare

Release Notes

15 July 2025

  • chore: release v0.10.2 #1197
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1196
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1194
  • feat(tools): support sorting json using jsonlint #1192
  • docs: explain msrv #1191
  • feat: warn if mdsf.json schema version does not match cli #1190
  • feat(tools): support mbake #1189
  • build(deps-dev): bump @biomejs/biome from 2.1.0 to 2.1.1 in /mdsf-vscode #1185
  • build(deps-dev): bump eslint from 9.30.1 to 9.31.0 in /mdsf-vscode #1184
  • build(deps-dev): bump eslint from 9.30.1 to 9.31.0 in /github-action #1187
  • build(deps-dev): bump @biomejs/biome from 2.1.0 to 2.1.1 in /github-action #1182
  • build(deps-dev): bump @eslint/js from 9.30.1 to 9.31.0 in /mdsf-vscode #1180
  • build(deps): bump clap_complete from 4.5.54 to 4.5.55 #1177
  • build(deps): bump clap from 4.5.40 to 4.5.41 #1176
  • build(deps): bump clap_complete_nushell from 4.5.7 to 4.5.8 #1178
  • refactor(tools) remove --force arg from sqruff #1179
  • build(deps-dev): bump esbuild from 0.25.5 to 0.25.6 in /github-action #1174
  • build(deps-dev): bump esbuild from 0.25.5 to 0.25.6 in /mdsf-vscode #1175
  • build(deps-dev): bump globals from 16.2.0 to 16.3.0 in /github-action #1167
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1173
  • build(deps-dev): bump @biomejs/biome from 2.0.6 to 2.1.0 in /github-action #1172
  • build(deps-dev): bump @biomejs/biome from 2.0.6 to 2.1.0 in /mdsf-vscode #1171
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1169
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1168
  • build(deps-dev): bump @eslint/js from 9.30.0 to 9.30.1 in /github-action #1170
  • build(deps-dev): bump eslint from 9.30.0 to 9.30.1 in /mdsf-vscode #1164
  • build(deps-dev): bump @eslint/js from 9.30.0 to 9.30.1 in /mdsf-vscode #1166
  • build(deps-dev): bump eslint from 9.30.0 to 9.30.1 in /github-action #1163
  • build(deps-dev): bump globals from 16.2.0 to 16.3.0 in /mdsf-vscode #1161
  • build(deps): bump schemars from 1.0.3 to 1.0.4 #1160
  • ci: set permissions for codegen.yml #1159
  • ci: set permissions for test.yml #1158
  • ci: add permission set to release-vscode.yml #1156
  • ci: set permissions for release-crates.yml #1157
  • ci: add permission sets to validate.yml #1155
  • ci: add permission set to mdsf.yml #1154
  • feat(tools): add support for cabal-gild #1153
  • build(deps-dev): bump eslint from 9.29.0 to 9.30.0 in /mdsf-vscode #1152
  • build(deps-dev): bump @eslint/js from 9.29.0 to 9.30.0 in /mdsf-vscode #1151
  • build(deps-dev): bump eslint from 9.29.0 to 9.30.0 in /github-action #1147
  • build(deps-dev): bump @eslint/js from 9.29.0 to 9.30.0 in /github-action #1149
  • build(deps): bump schemars from 1.0.2 to 1.0.3 #1146
  • chore: set package version to dev 8b47acc

Install mdsf 0.10.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.10.2/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.10.2/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.10.2

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.10.1

27 Jun 23:17
767ec96

Choose a tag to compare

Release Notes

27 June 2025

  • chore: release v0.10.1 #1145
  • refactor: revert if let chain syntax #1144
  • chore: change version to dev da36c8a

Install mdsf 0.10.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.10.1/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.10.1/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.10.1

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.9.6

10 Jun 22:05
277cd01

Choose a tag to compare

Release Notes

10 June 2025

  • chore: release v0.9.6 #1103
  • feat(tools): support cedar #1100
  • build(deps): bump clap from 4.5.39 to 4.5.40 #1099
  • build(deps): bump clap_complete_nushell from 4.5.6 to 4.5.7 #1098
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1093
  • build(deps): bump clap_complete from 4.5.52 to 4.5.54 #1097
  • build(deps-dev): bump @types/node in /github-action #1092
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1094
  • build(deps-dev): bump @types/node in /mdsf-vscode #1095
  • build(deps): bump test-with from 0.14.10 to 0.14.11 #1096
  • ci: setup uv for testing #1090
  • test(tools): enable tombi tests again #1089
  • build(deps): bump which to v8.0.0 #1088
  • ci: setup pnpm for testing #1087
  • feat(tools): add support for luau-analyze #1086
  • feat(tools): add support for the official swift cli #1085
  • ci: use mlugg/setup-zig instead of goto-bus-stop/setup-zig #1084
  • build(deps-dev): bump @types/node in /github-action #1079
  • chore(tools): add brew package name to superhtml #1083
  • build(deps-dev): bump esbuild from 0.25.4 to 0.25.5 in /mdsf-vscode #1077
  • build(deps-dev): bump eslint from 9.27.0 to 9.28.0 in /github-action #1081
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1080
  • build(deps-dev): bump esbuild from 0.25.4 to 0.25.5 in /github-action #1078
  • build(deps-dev): bump @types/node in /mdsf-vscode #1073
  • build(deps-dev): bump @vscode/test-cli in /mdsf-vscode #1074
  • build(deps-dev): bump eslint from 9.27.0 to 9.28.0 in /mdsf-vscode #1076
  • build(deps): bump clap_complete from 4.5.51 to 4.5.52 #1071
  • refactor: use owo-colors instead of console #1069
  • build(deps): bump clap_complete_nushell from 4.5.5 to 4.5.6 #1068
  • build(deps): bump clap from 4.5.38 to 4.5.39 #1066
  • build(deps): bump clap_complete from 4.5.50 to 4.5.51 #1067
  • build(deps): bump schemars to v0.9.0 #1064
  • build(deps-dev): bump @types/node in /mdsf-vscode #1062
  • build(deps-dev): bump globals from 16.1.0 to 16.2.0 in /mdsf-vscode #1063
  • build(deps-dev): bump @types/node in /github-action #1060
  • build(deps-dev): bump globals from 16.1.0 to 16.2.0 in /github-action #1061
  • refactor(test): separate cli e2e tests #1059
  • chore: change version to dev #1058

Install mdsf 0.9.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.9.6/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.9.6/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.9.6

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v0.9.5

20 May 13:42
d4124a7

Choose a tag to compare

Release Notes

19 May 2025

  • chore: release v0.9.5 #1056
  • build(deps-dev): bump @types/node in /github-action #1052
  • build(deps-dev): bump @types/node in /mdsf-vscode #1053
  • build: use Rust stable #1055
  • feat(tools): add support for tombi #1051
  • build(deps): bump process_control from 5.0.0 to 5.1.0 #1049
  • build(deps-dev): bump @types/node in /mdsf-vscode #1048
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #1045
  • build(deps-dev): bump @types/node in /github-action #1044
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #1047
  • build(deps-dev): bump eslint from 9.26.0 to 9.27.0 in /github-action #1041
  • build(deps-dev): bump eslint from 9.26.0 to 9.27.0 in /mdsf-vscode #1043
  • feat(tools): support pyrefly #1040
  • refactor(test): test tools using cli #1039
  • build(deps): bump terminal_size to v0.4.2 #1038
  • build(deps): bump env_logger to v0.11.8 #1037
  • build(deps): bump convert_case to 0.8.0 #1036
  • refactor(codegen): normalize plugin files #1035
  • feat(tools): support erg #1034
  • feat(tools): support grafbase lint #1033
  • feat(tools): support squawk #1032
  • feat(tools): add support for tombi (#1051) #1050

Install mdsf 0.9.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.9.5/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.9.5/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install [email protected]

Download mdsf 0.9.5

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum