Skip to content

Commit f533ade

Browse files
authored
upgrade azure-cli-diff-tool requirement (#518)
1 parent 92b1c35 commit f533ade

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
0.2.2
6+
++++++
7+
* Update dependency `azure-cli-diff-tool` to `0.1.0`.
8+
59
0.2.1
610
++++++
711
* `azdev extension cal-next-version`: Adjust `minor` or `patch` update for previous preview versioning pattern.

azdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# -----------------------------------------------------------------------------
66

7-
__VERSION__ = '0.2.1'
7+
__VERSION__ = '0.2.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
'tox',
8484
'jsbeautifier~=1.14.7',
8585
'deepdiff~=6.3.0',
86-
'azure-cli-diff-tool~=0.0.6',
86+
'azure-cli-diff-tool~=0.1.0',
8787
'packaging',
8888
'tqdm',
8989
'wheel==0.30.0',

0 commit comments

Comments
 (0)