Providers
New
- Dotnet: Railpack now supports building .NET applications. The provider defaults to the latest LTS version of .NET, and the version can be customized using
miseconfiguration files (e.g.,.tool-versions,mise.toml). by @jaredLunde and @iloveitaly in #126 and #323 - Shell: The Shell provider now supports
zshas an interpreter and automatically detects the required shell (bash or zsh) from your start script's shebang (e.g.,#!/bin/zsh). by @iloveitaly in #328 and #327 - Deno: You can now specify the Deno version for your project using
miseconfiguration files like.tool-versionsormise.tomlwith the Deno provider. by @iloveitaly in #325
Internal improvements to documentation and scripts by @iloveitaly.
Full Changelog: v0.10.0...v0.11.0