Skip to content

Releases: salazarsebas/Cougr

v0.0.2

07 Feb 02:04

Choose a tag to compare

What's Changed

Examples & CI Overhaul

  • Updated soroban-sdk to 25.1.0 across cougr-core and all 11 game examples
  • Standardized cougr-core import to branch = "main" git reference in all examples
  • Fixed code issues: clippy warnings, formatting, missing overflow-checks in release profiles
  • Rewrote all 11 CI workflows with optimized single-job template:
    • macOS runner with brew install stellar-cli
    • dtolnay/rust-toolchain@stable + Swatinem/rust-cache@v2
    • Both wasm32-unknown-unknown and wasm32v1-none WASM targets
    • Path filters (only triggers when example files change)
    • All 5 checks: cargo fmt, cargo clippy, cargo build, cargo test, stellar contract build
  • Added missing tic_tac_toe workflow
  • Removed deprecated pong-contract.yml (replaced by pong.yml)

All 11 Examples Passing CI

Example fmt clippy build test stellar build
arkanoid
asteroids
bomberman
flappy_bird
pac_man
pokemon_mini
pong
snake
space_invaders
tetris
tic_tac_toe

Full Changelog: v0.0.1...v0.0.2

Alpha Release

21 Jan 01:21

Choose a tag to compare

v0.0.1

Cougr v0.0.1