Releases: martin-k-m/flux
Releases · martin-k-m/flux
Release list
v0.3.0
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
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
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
.fluxconfiguration 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/fluxRoadmap (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