···14141515[semver]: https://semver.org/
16161717-## Next
1717+## 0.12.0
18181919-Unreleased.
1919+Released 2025-12-17.
20202121**Changes with compatibility impact:**
2222
+3-3
docs/installation.md
···1212Download the one appropriate one to a location on your `PATH`, and make it
1313executable:
14141515- curl -Lo ~/.local/bin/rcl https://github.com/ruuda/rcl/releases/download/v0.11.0/rcl-0.11.0-x86_64-unknown-linux-gnu
1515+ curl -Lo ~/.local/bin/rcl https://github.com/ruuda/rcl/releases/download/v0.12.0/rcl-0.12.0-x86_64-unknown-linux-gnu
1616 chmod +x ~/.local/bin/rcl
1717 rcl --help
1818···4646The repository includes a Nix flake. You can run <abbr>RCL</abbr> with a
4747[flake-enabled][flakes] version of [Nix][nix], such as Nix 2.18:
48484949- nix run 'github:ruuda/rcl?ref=v0.11.0' -- --help
4949+ nix run 'github:ruuda/rcl?ref=v0.12.0' -- --help
50505151[flakes]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake
5252[nix]: https://nixos.org/download
53535454The Nix flake also includes the Python module:
55555656- PYTHONPATH=$(nix build github:ruuda/rcl?ref=v0.11.0#pyrcl --print-out-paths)/lib python3
5656+ PYTHONPATH=$(nix build github:ruuda/rcl?ref=v0.12.0#pyrcl --print-out-paths)/lib python3
57575858The Nix flake also includes a shell with all the tools needed for development,
5959as well as the environment that is tested on <abbr>CI</abbr>.