From fc36d549ec095c1efe0e4ea42ae236ccd00b1ba6 Mon Sep 17 00:00:00 2001 From: windvalley Date: Wed, 23 Feb 2022 11:11:32 +0800 Subject: [PATCH] docs: update CHANGELOG.md and README.md --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 11 +++++++++++ 2 files changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f817e3..61d5c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.11.1] + +### Added + +- Add documentation. + +### Changed + +- Optimize examples of subcommand `fetch`. + +### Fixed + +- Subcommand `config`: `hosts.file` -> `hosts.inventory`. + +- `configs/gossh.yaml`: `hosts.file` -> `hosts.inventory`. + ## [1.11.0] ### Changed diff --git a/README.md b/README.md index 15b2a37..f136ea6 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,17 @@ user 0m13.529s sys 0m0.592s ``` +## Documentation + +- [Configuration](docs/config.md) +- [Inventory](docs/inventory.md) +- [Authentication](docs/authentication.md) +- [Command](docs/command.md) +- [Script](docs/script.md) +- [Push](docs/push.md) +- [Fetch](docs/fetch.md) +- [Vault](docs/vault.md) + ## 📝 Changelog [CHANGELOG](CHANGELOG.md)