Vedic 2.0.4
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
- Introducing Vedic-lang in Rust by @PtPrashantTripathi in #15
- Update README.md by @PtPrashantTripathi in #18
- Release PR by @PtPrashantTripathi in #19
Full Changelog: v1.2.2...v2.0.4