0.6.0
What's Changed
- feat: Dotnet non-dependant executables by @YOU54F in #28
- feat: Add Insomnia Collection import capability by @frankkilcommins in #30
- fix: drop PublishTrimmed from binary dist by @YOU54F in #31
New Contributors
GitHub Releases
Standalone releases of the Explore.CLI tool are now published to GitHub Releases.
Supported Platforms
| OS | Architecture | Supported |
|---|---|---|
| OSX | x86_64 | ✅ |
| Linux | x86_64 | ✅ |
| Windows | x86_64 | ✅ |
| OSX | arm64 | ✅ |
| Linux | arm64 | ✅ |
| Windows | arm64 | ✅ |
| Alpine | x86_64 | ✅ |
| Alpine | arm64 | ✅ |
Pre-requisites
libicu- Linux musl and glibc based systemsgcc- Linux musl based systems
Alpine
apk add -y gcc icu
Debian
apt update && apt install -y libicu-dev
Full Changelog: https://github.com/SmartBear-DevRel/explore-cli/commits/0.6.0