Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 23:27
d5af936

Release Notes

6 March 2025

  • chore: release v0.7.0 #781
  • build(deps-dev): bump typescript from 5.7.3 to 5.8.2 in /mdsf-vscode #780
  • build(deps-dev): bump @typescript-eslint/eslint-plugin in /mdsf-vscode #776
  • build(deps-dev): bump @typescript-eslint/parser in /mdsf-vscode #778
  • test: validate MdsfConfig::load works as expected #775
  • test: validate get_file_extension does not add extra dots #774
  • refactor: move javascript runtime to function arg #773
  • refactor: overhaul how --cache works #772
  • build(deps): bump anyhow from 1.0.96 to 1.0.97 #769
  • build(deps): bump serde_json from 1.0.139 to 1.0.140 #770
  • feat(tools): add support for cmake-lint #768

Install mdsf 0.7.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install mdsf-cli@0.7.0

Download mdsf 0.7.0

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