# Maintenance
This document describes steps required to maintain the clap-markdown project.
This document is informational and intended for the maintainer of this project;
users of this project do not need to read this document.
## Release
1. Update the 'Compatibility History' table in README.md each time a new release
is made.
The `clap-markdown` column should contain the current crate version, and the
`clap` column should contain the current `clap = "..."` version constraint
value.