Skip to content

Commit

Permalink
release 0.1.14 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianhui Harold authored Apr 24, 2020
1 parent 11e0627 commit abc5891
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
===============


0.1.14
++++++
* Refine the logic of testing against different profiles with `ProfileContext`
* pytest version limit change to pytest>=4.4.0
* Use `AzureDevOpsContext` to apply incremental test strategy
* Refine the main flow of azdev test to be more compact and clean

0.1.13
++++++
* azdev verify license: fix bug that license verification will omit files while checking extensions
Expand Down
2 changes: 1 addition & 1 deletion azdev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# -----------------------------------------------------------------------------

__VERSION__ = '0.1.13'
__VERSION__ = '0.1.14'

0 comments on commit abc5891

Please sign in to comment.