Skip to content

v1.36.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 22:05
· 26 commits to master since this release

🚀 Updates

  • Added support for shell-specific environment variable namespaces when scanning and substituting
    values. Supports the following:
    • $E: - Elvish
    • $env:: - Ion
    • $ENV. - Murex
    • $env. - Nu
    • $env: - PowerShell
  • Updated all identifiers to support unicode alpha-numeric characters instead of just ASCII.

🐞 Fixes

  • Fixed some issues where MOON_TOOLCHAIN_FORCE_GLOBALS wasn't respected for Python and Rust
    toolchains.