Skip to content

Commit

Permalink
docs: update CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
windvalley committed Feb 23, 2022
1 parent 1276db1 commit fc36d54
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fc36d54

Please sign in to comment.