-
Notifications
You must be signed in to change notification settings - Fork 10
/
HISTORY
50 lines (40 loc) · 1.38 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=======
History
=======
0.2.6 (2018-01-04)
------------------
* HOTFIXES
* Consider `6.x` (two digit) version on _extract_version as it is being used for tests
* Revert change on skip_upstream_condition to look straightly to CLOSED status
0.2.5 (2018-01-03)
------------------
* Follow DUPLICATE status if BZ is CLOSED DUPLICATE
* Fix infinite loops when circular referenced BZ is decorated
* Added more status_resolution to BZ_CLOSED_STATUSES
* On decorators follow_duplicates will default to True (but will follow only for status DUPLICATE)
0.2.4 (2017-12-22)
------------------
* Ignore BZ clones for different versions of satellite if there's a clone for current one
0.2.3 (2017-12-20)
------------------
* Add class name to skip_if_bug_open decorator registration name
0.2.2 (2017-12-08)
------------------
* Bugzilla status to "ON_DEV" has been added to open status.
0.2.1 (2017-10-17)
------------------
* Added default pickers to get version and config from environment variables
0.2.0 (2017-07-25)
------------------
* Added decorator for pytest parametrized tests
0.1.8 (2017-03-02)
------------------
* implement subcommands scan and coverage
* implement coverage stats
0.1.7 (2017-02-14)
------------------
* Handle None bug returned when missing bugzilla credentials
* Better handle credentials when set in environment
0.1.6 (2017-02-10)
------------------
* First official release.