Skip to content

Releases: martin-k-m/flux

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 02:05
9c0c382

What's Changed

  • Packaging: point Homebrew/Scoop at v0.2.0 with real checksums by @martin-k-m in #9
  • Remove Blink/Killer/Beacon ecosystem coupling â�� Flux is standalone by @martin-k-m in #10
  • Release v0.3.0 â�� standalone Flux (ecosystem coupling removed) by @martin-k-m in #11

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 23:52
44b7cdd

What's Changed

  • CI fix: shell-agnostic secret test (green on Linux) by @martin-k-m in #4
  • Phase 6: platform consolidation & release automation by @martin-k-m in #5
  • Cargo.toml: package metadata for crates.io readiness by @martin-k-m in #6
  • Phase 5: AI-native platform layer (v0.2.0) by @martin-k-m in #7
  • CI: fix release workflow race (decouple build from publish) by @martin-k-m in #8

Full Changelog: v0.1.0...v0.2.0

Flux v0.1.0

Choose a tag to compare

@martin-k-m martin-k-m released this 16 Jul 19:41
76ca794

Flux v0.1.0 — the first public release.

A local-first developer automation platform: one Rust CLI that builds, tests, packages, and ships a project from a single .flux file.

Highlights

  • .flux configuration language + dependency-graph engine (parallel steps, needs, retries, only_if)
  • Intelligent build cache (input scoping + graph-aware invalidation), modules, artifacts & releases
  • Encrypted secrets, deployment dispatch, workspaces, policy engine, reproducibility lock
  • First-party tools (fmt/lint/doctor/changelog/version/deps), plugins + PDK, Blink/Killer integration

See CHANGELOG.md for the full list.

Install

No prebuilt binaries yet — build from source with a Rust toolchain:

git clone https://github.com/martin-k-m/flux
cd flux
cargo build --release   # binary at target/release/flux

Roadmap (not in this release)

Cross-machine distributed runners, a web dashboard, a REST API & SDKs, a hosted plugin marketplace, and a prebuilt installer.

🤖 Release prepared with Claude Code