We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b1c35 commit f533adeCopy full SHA for f533ade
HISTORY.rst
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+0.2.2
6
+++++++
7
+* Update dependency `azure-cli-diff-tool` to `0.1.0`.
8
+
9
0.2.1
10
++++++
11
* `azdev extension cal-next-version`: Adjust `minor` or `patch` update for previous preview versioning pattern.
azdev/__init__.py
@@ -4,4 +4,4 @@
# license information.
# -----------------------------------------------------------------------------
-__VERSION__ = '0.2.1'
+__VERSION__ = '0.2.2'
setup.py
@@ -83,7 +83,7 @@
83
'tox',
84
'jsbeautifier~=1.14.7',
85
'deepdiff~=6.3.0',
86
- 'azure-cli-diff-tool~=0.0.6',
+ 'azure-cli-diff-tool~=0.1.0',
87
'packaging',
88
'tqdm',
89
'wheel==0.30.0',
0 commit comments