Skip to content

0.16.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 12:35
· 105 commits to master since this release
0.16.1
  • Modified CI pipelines to publish additional pre-built dynamic modules. Their filenames include the platform they are built for. The files without platform in name will eventually be deprecated.
    • tsc-dyn.x86_64-apple-darwin.dylib (same as tsc-dyn.dylib)
    • tsc-dyn.x86_64-unknown-linux-gnu.so (same as tsc-dyn.so)
    • tsc-dyn.x86_64-pc-windows-msvc.dll (same as tsc-dyn.dll)
    • tsc-dyn.aarch64-apple-darwin.dylib (new, for Apple Silicon)