Changelog & Release History
All notable changes to Revoq are documented on this page.
[v0.9.0] — 2026-08-13
Added (Minor Feature Release)
- Universal Compiler Driver Fallback Engine:
Language::driver()fallback chain:clang/clang++➔gcc/g++➔tcc➔zig cc/zig c++➔cc/c++.- Enables zero-dependency cross-compilation via Zig CC and sub-10ms legacy dev builds via TCC.
- Expanded Feature Matrix: 6-feature comparison matrix vs CMake, Make, and Meson.
- Legacy C/C++ Standards Support: Support for
c89,c90,c99,c11,c17andc++98,c++03,c++11,c++14,c++17,c++20,c++23. - AI Development Transparency: Explicit disclosure notice in footer and docs.
[v0.8.0] — 2026-08-12
Added
- Multi-OS Native Release Matrix: Native binaries published for Linux (
ubuntu-latest), macOS (macos-latest), and Windows (windows-latest). revoq completions: Shell auto-completion generator for Zsh, Bash, Fish, and PowerShell viaclap_complete.- Hermetic Vendoring:
revoq vendorfreezes third-party dependencies intothird_party/for offline builds. - Clang Flamegraph Profiling: Single-flag
-ftime-traceprofiling output (revoq build --trace).