Releases: vedic-lang/vedic
Releases · vedic-lang/vedic
Vedic 2.0.6
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
Vedic 2.0.5
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
- Modified: CI/CD by @PtPrashantTripathi in #21
- Added benchmarks details by @PtPrashantTripathi in #22
- Bump actions/checkout from 3 to 4 by @dependabot in #26
- fix: only
.ved
file extension are allowed. by @KunalSin9h in #27
New Contributors
- @dependabot made their first contribution in #26
- @KunalSin9h made their first contribution in #27
Full Changelog: v2.0.4...v2.0.5
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
v1.2.2
v1.2.0
Update README.md