Skip to content

Yapl-alpha-0.0.1

Pre-release
Pre-release

Choose a tag to compare

@shubhdevelop shubhdevelop released this 26 Sep 19:41
· 21 commits to main since this release

YAPL Release Notes

πŸŽ‰ Latest Release - Development Build

Release Date: September 26, 2025
Build Status: βœ… Success
Build Duration: 41s
Commit: [1a65cd4](https://github.com/shubhdevelop/YAPL/commit/1a65cd40143ea274127df6287d7a620ac3039a7d)


πŸ“¦ Downloads

Choose the appropriate binary for your platform:

Linux

macOS

Windows


πŸ”§ Installation

Linux & macOS

# Download the appropriate archive for your platform
# Extract the archive
tar -xzf app-*-*.tar.gz

# Make executable (if needed)
chmod +x app

# Run YAPL
./app

Windows

  1. Download the appropriate .zip file for your platform
  2. Extract the archive
  3. Run app.exe

πŸš€ What's New

Changes in this build:

  • Fixed workflow configuration - Removed test suite requirement as no test suite is currently implemented
  • Cross-platform support - Built for 6 different platform/architecture combinations
  • Optimized builds - Reduced binary sizes across all platforms

Platform Support:

  • βœ… Linux (AMD64 & ARM64)
  • βœ… macOS (Intel & Apple Silicon)
  • βœ… Windows (AMD64 & ARM64)

πŸ“‹ System Requirements

Minimum Requirements:

  • Linux: Any modern Linux distribution
  • macOS: macOS 10.12 Sierra or later
  • Windows: Windows 10 or later

Architecture Support:

  • x86_64 (AMD64)
  • ARM64 (AArch64)

πŸ” Build Information

Build Environment: Ubuntu Latest
Go Version: 1.21
Build Trigger: Push to main branch
Artifacts: 6 platform-specific binaries

Build Notes:

  • All binaries are statically compiled
  • No external dependencies required
  • Ready to run out of the box

πŸ› Known Issues

  • Cache restoration warning: Dependencies file not found (non-critical)
  • Test suite not yet implemented

πŸ“š Documentation

For usage instructions, examples, and API documentation, please visit the [YAPL repository](https://github.com/shubhdevelop/YAPL).


🀝 Contributing

We welcome contributions! Please see our contributing guidelines in the repository.


πŸ“ž Support


πŸ“„ License

This project is licensed under the terms specified in the repository.


Note: This is a development build. For stable releases, please check the [Releases page](https://github.com/shubhdevelop/YAPL/releases) when available.