Skip to content

Commit

Permalink
fix: HISTORY.rst format of version 0.1.5 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianhui Harold authored Jan 8, 2020
1 parent 13df704 commit ad7e4cb
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@ Release History

0.1.5
++++++
* `azdev extension add/remove`: Added ability to supply wildcard (*) to install all available dev extensions
and remove all installed dev extensions.
* `azdev setup`: Added ability to install all extensions using `--ext/-e *`. Added ability to install CLI edge build
with `--cli/-c EDGE`.
* `azdev style/test/linter`: Add special names CLI and EXT to allow running on just CLI modules or just extensions.
Add new argument group `--tgt`, `--src`, `--repo` to allow checking only modules or
extensions which have changed based on a git diff.
* `azdev linter`: Added `--include-whl-extensions` flag to permit running the linter on extensions installed using
the `az extension add` command.
* `azdev verify license`: Command will not check any dev-installed CLI and extension repos. Previously, it only
checked the CLI repo.
* Added new commands `azdev cli/extension generate-docs` to generate sphinx documentation.
- azdev extension add/remove:
- Add ability to supply wildcard (*) to install all available dev extensions.
- Add ability to remove all installed dev extensions.
- azdev setup:
- Add ability to install all extensions using `--ext/-e *`.
- Add ability to install CLI edge build with `--cli/-c EDGE`.
- azdev style/test/linter:
- Add special names CLI and EXT to allow running on just CLI modules or just extensions.
extensions which have changed based on a git diff.
- azdev linter:
- Added `--include-whl-extensions` flag to permit running the linter on extensions installed using
the `az extension add` command.
- azdev verify license:
- Command will not check any dev-installed CLI and extension repos. Previously, it only checked the CLI repo.
- New Command:
- `azdev cli/extension generate-docs` to generate sphinx documentation.

0.1.4
++++++
Expand Down

0 comments on commit ad7e4cb

Please sign in to comment.