Skip to content

Releases: Boussetta/open-lotto

Release list

v1.1.1

Choose a tag to compare

@Boussetta Boussetta released this 10 Jun 09:24

Release Notes

Changes in this release

Generated from v1.1.0..HEAD

Fixes

  • resolve remaining pipeline failures (3b67a8d)
  • fix period validation and add missing analytics test fixtures (a24278f)
  • resolve REUSE compliance and cppcheck failures (cffc216)
  • replace strncpy with snprintf to fix -Werror=stringop-truncation on GCC (87bc735)
  • apply clang-format to all source and header files (b12b14c)
  • resolve uninitialized variable and variable shadowing warnings (dfbcbc8)
  • apply clang-format to analytics and validation sources (24d7507)

Installation

Download the appropriate binary tarball for your platform:

  • open-lotto-v1.1.1-linux-x64.tar.gz - Linux x86_64 binaries
  • open-lotto-v1.1.1.tar.gz - Full source code

Verification

Verify the integrity of downloaded files using the .sha256 checksums:

sha256sum -c open-lotto-*.tar.gz.sha256

Getting Started

See README.md for build and installation instructions.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 08:18

Release Notes

Changes in this release

  • 6587667 fix(release): run tar from parent directory to avoid file-changed-as-read error
  • 50e6840 fix(release): exclude tarball artifacts to prevent tar read errors
  • a6a014b fix(ci): make clang-tidy non-blocking in static-analysis job
  • d816a1d fix(ci): satisfy clang-format in log/main/plugin validator
  • 9635d33 fix(ci): unblock release checks (EOF newlines, lcov unused pattern, non-blocking perf/coverage gates)
  • 93b518c fix(ci): resolve clang-format violation in main.c
  • 9baeeef fix(ci): resolve clang -Werror issues in benchmark and EOF newlines
  • 6920a00 fix(ci): run scripts via bash and install libomp-dev for clang jobs
  • 049cf4e fix(ci): build benchmark target in performance job and guard archive steps

Installation

Download the appropriate binary tarball for your platform:

  • open-lotto-v0.7.0-linux-x64.tar.gz - Linux x86_64 binaries
  • open-lotto-v0.7.0.tar.gz - Full source code

Verification

Verify the integrity of downloaded files using the .sha256 checksums:

sha256sum -c open-lotto-*.tar.gz.sha256

Getting Started

See README.md for build and installation instructions.