We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde564a commit 9475f51Copy full SHA for 9475f51
2 files changed
HISTORY.rst
@@ -2,6 +2,11 @@
2
3
Release History
4
===============
5
+0.1.92
6
+++++++
7
+* `azdev linter`: Add `missing_command_example` rule
8
+* `azdev linter`: Set `disallowed_html_tags` and `broken_site_link` detection in `high` severity to block future format issues
9
+
10
0.1.91
11
++++++
12
* `azdev generate-breaking-change-report`: Update report report template.
azdev/__init__.py
@@ -4,4 +4,4 @@
# license information.
# -----------------------------------------------------------------------------
-__VERSION__ = '0.1.91'
+__VERSION__ = '0.1.92'
0 commit comments