What's Changed
* Create `LICENSE` file by shreddd in https://github.com/microbiomedata/refscan/pull/35
* Add `CliRunner`-based tests targeting CLI behavior by sierra-moxon in https://github.com/microbiomedata/refscan/pull/36
* Use separate GHA workflows for formatting/testing versus building/publishing by eecavanna in https://github.com/microbiomedata/refscan/pull/38
* Add support for `Database` slots that define their range via `any_of` by eecavanna in https://github.com/microbiomedata/refscan/pull/40
* **New:** Designate GHA workflows as being "reusable," allowing them to be called by other GHA workflows by eecavanna
New Contributors
* shreddd made their first contribution in https://github.com/microbiomedata/refscan/pull/35
* sierra-moxon made their first contribution in https://github.com/microbiomedata/refscan/pull/36
> Thank you both!
**Full Changelog**: https://github.com/microbiomedata/refscan/compare/v0.2.0...v0.2.1
> Note: There was a "false release" of `v0.2.1` before this one. The "false release" was of commit `624db4a`, which—shortly after I created the release—I learned contained a bug: the two newly-introduced GHA workflows were not designated as "reusable." As a result, the builder/publisher GHA workflow failed to "use" them, which resulted in a failure to build/publish. I deleted that release, fixed the bug on `main`, and then created this release.