Installers and Binaries
Standalone binaries and installer are built out for Windows, MacOS, and Linux for multipal architectures.
- vedic-win-x86_64-installer.msi : Windows installer for windows on x86_64 architecture
- vedic-win-x86_64.zip : standalone binary for Windows on x86-64 architecture
- vedic-darwin-aarch64.tar.gz : standalone binary for MacOS on aarch64 architecture
- vedic-darwin-x86_64.tar.gz : standalone binary for MacOS on x86_64 architecture
- vedic-linux-x86_64.deb : Debian installer for Linux on x86_64 architecture
- vedic-linux-gnu-x86_64.tar.xz : standalone binary for Linux on x86_64 architecture using GNU C Library
- vedic-linux-gnu-aarch64.tar.xz : standalone binary for Linux on aarch64 architecture using GNU C Library
- vedic-linux-gnu-i686.tar.xz : standalone binary for Linux on i686 architecture using GNU C Library
- vedic-linux-musl-x86_64.tar.xz : standalone binary for Linux on x86_64 architecture using musl C library (static binary, no libc dependency)
- vedic-linux-musl-aarch64.tar.xz : standalone binary for Linux on aarch64 architecture using musl C library (static binary, no libc dependency)
- vedic-linux-gnueabihf-armv7.tar.xz : standalone binary for Raspberry PI Linux on armv7 architecture using GNU C Library
- vedic-android-aarch64.tar.xz : standalone binary for Android on aarch64 architecture
- vedic-android-armv7.tar.xz : standalone binary for Android on armv7 architecture
- vedic-android-i686.tar.xz : standalone binary for Android on i686 architecture
- vedic-android-x86_64.tar.xz : standalone binary for Android on x86_64 architecture
What's Changed
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #29
- Bump actions/download-artifact from 3 to 4 by @dependabot in #28
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #30
- added single ruby script for installing package in brew by @SumeetSinghJi in #31
New Contributors
- @SumeetSinghJi made their first contribution in #31
Full Changelog: v2.0.5...v2.0.6