summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAge
* Replace `hashable` with a more to-purpose wrapper type.Owen Jacobson2024-07-30
|
* Be more specific about zero vs. two or more ASGs matching the name.Owen Jacobson2024-07-24
| | | | This also lets me remove the clever-but-silly Single trait.
* Retire the `result` module.Owen Jacobson2024-07-23
| | | | It didn't add much to have our own Result definition, over using `anyhow::Result` directly.
* Move CLI glue inside of the lib crate.Owen Jacobson2024-07-23
| | | | | | This allows me to stop exporting symbols that were only exported for the purposes of making the CLI work. This commit makes the minimum version for the next release 0.2.0, as it retires multiple symbols that are part of the lib crate's API in v0.1.x.
* CLI tool for updating Route53 DNS for an ASG.Owen Jacobson2023-10-17