|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [v0.1.0] |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Trim resolver output |
| 10 | + |
| 11 | +### Documentation |
| 12 | + |
| 13 | +- *(readme)* Initial document |
| 14 | +- *(readme)* Add install from releases |
| 15 | +- *(readme)* Add badges |
| 16 | + |
| 17 | +### Features |
| 18 | + |
| 19 | +- Initial implementation |
| 20 | +- *(cli)* Split mode args |
| 21 | +- *(conf)* Update default path |
| 22 | +- *(cli)* Report error on implemented options |
| 23 | +- *(conf)* Add parse defaults |
| 24 | +- *(conf)* Parse timeout as `std::time::Duration` |
| 25 | +- Re-implementation error reporting |
| 26 | +- Improve logging |
| 27 | +- Perform async requests |
| 28 | +- Implementation `--dry-run` |
| 29 | +- Implementation `--daemon` |
| 30 | +- Lex resolver command |
| 31 | +- Implementation `--verbose` |
| 32 | + |
| 33 | +### Miscellaneous Tasks |
| 34 | + |
| 35 | +- *(license)* Initial release |
| 36 | +- *(git)* Update .gitignore |
| 37 | +- *(github)* Create rust.yml |
| 38 | +- *(cliff)* Initialization |
| 39 | +- *(github)* Cargo dist initialization |
| 40 | +- *(github)* Oradna generate ci |
| 41 | +- *(github)* Deploy with actions |
| 42 | +- *(github)* Dist initialization |
| 43 | + |
| 44 | +### Refactor |
| 45 | + |
| 46 | +- Update terminology `{dns => addr}` |
| 47 | +- Inline `update()` |
| 48 | +- Explicitly match on `io::ErrorKind` |
| 49 | +- Extract `resolve()` |
| 50 | +- Rename `{conf::Conf => cfg::Config}` |
| 51 | +- Rebase project from template |
| 52 | + |
| 53 | +### Build |
| 54 | + |
| 55 | +- *(cargo)* Initialization |
| 56 | +- *(just)* Initial implementation |
| 57 | +- *(cargo)* Add repository key |
| 58 | + |
| 59 | +<!-- Reference-style links --> |
| 60 | +[0.1.0]: https://github.com/kaplanz/dynasty/compare/v0.0.0..v0.1.0 |
| 61 | + |
| 62 | +<!-- generated by git-cliff --> |
0 commit comments