rad-ci 0.7.2

emulate Radicle CI runs locally
# Release notes for `rad-ci`

This file contains a summary of user-visible changes in each release.

# Version 0.7.1, released 2025-08-12

* Depend on version 0.5.0 of `ambient-ci` to pull in support for the
  `custom` action.

# Version 0.7.0, released 2025-07-28

* When using Ambient, do not execute post-plan actions. It's too
  risky.

* Output is now much less voluminous by default, on a successful run.

# Version 0.6.0, released 2025-06-05

* No user visible changes, but dependencies on Radicle components have
  been upgraded to current releases, to avoid incompatibility problems
  or future dependency upgrade problems.

# Version 0.5.1, released 2025-04-22

* Update dependencies on other Radicle CI crates to current ones. No
  user visible changes.

# Version 0.5.0, released 2025-03-26

* At the end of a successful run, reset terminal colors and output a
  clear message of success. This can be avoided with the new `--vague`
  option. The color reset only works on ANSI terminals, for now.

# Version 0.4.0, released 2025-03-17

* No user-visible changes, but depends on the current version of
  Ambient.

# Version 0.3.0, released 2025-03-12

* Adapt to name changes in Ambient. Not other changes.

# Version 0.2.0, released 2025-02-18

* This is not really user-visible, but it's important: the `rad-ci`
  code now calls code in the Ambient adapter (`radicle-ci-ambient`)
  instead of embedding its own copy. This will make divergence of
  behavior in the future less likely.

* There is now rudimentary Debian packaging. It's not of a quality
  suitable for uploading to Debian, but the built package is meant to
  be functional.

# Version 0.1.0, released 2025-02-13

First release. Basically functional for native and Ambient adapters.