forked from chaoss/grimoirelab-kidash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
118 lines (62 loc) · 2.32 KB
/
NEWS
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Releases
## kidash 0.6.4 - (2023-12-19)
**Dependencies updateds:**
* Downgrade urllib3 from ^2.0.7 to ^1.26\
Downgrade the version of urllib3 to match Perceval version.
## kidash 0.6.3 - (2023-11-28)
* Update Poetry's package dependencies
## kidash 0.6.2 - (2023-11-14)
* Update Poetry's package dependencies
## kidash 0.6.1 - (2023-11-03)
* Update Poetry's package dependencies
## kidash 0.6.0 - (2023-10-20)
**Feature removals:**
* Drop Python 3.7 support\
Python 3.7 reaches the end of life in June 2023. This means it won't
receive new updates or patches to fix security issues. Therefore, this
package only works with Python >= 3.8 from now on.
**Dependencies updateds:**
* Bump urllib3 version\
Bump urllib3 from ^1.26 to ^2.0.7
## kidash 0.5.9 - (2023-07-23)
* Update Poetry's package dependencies
## kidash 0.5.8 - (2023-07-11)
* Update Poetry's package dependencies
## kidash 0.5.7 - (2023-06-28)
* Update Poetry's package dependencies
## kidash 0.5.6 - (2023-05-17)
* Update Poetry's package dependencies
## kidash 0.5.5 - (2023-04-27)
* Update Poetry's package dependencies
## kidash 0.5.4 - (2023-04-21)
* Update Poetry's package dependencies
## kidash 0.5.3 - (2023-02-01)
* Update Poetry's package dependencies
## kidash 0.5.2 - (2022-10-31)
* Update Poetry's package dependencies
## kidash 0.5.1 - (2022-09-26)
**Others:**
* Update Poetry dependencies\
Update package dependencies for the new release.
## kidash 0.5.1-rc.7 - (2022-09-26)
**Others:**
* Update Poetry dependencies\
Update package dependencies for the new release.
## kidash 0.5.1-rc.6 - (2022-09-26)
**Others:**
* Update Poetry dependencies\
Update package dependencies for the new release.
## kidash 0.5.1-rc.5 - (2022-09-26)
**Others:**
* Update Poetry dependencies\
Update package dependencies for the new release.
## kidash 0.5.1-rc.4 - (2022-09-23)
**Others:**
* Update Poetry dependencies\
Update package dependencies for the new release.
## kidash 0.5.0 - (2022-06-02)
**Feature removals:**
* Drop Python 3.6 support\
Python 3.6 reached the end of life at the end of 2021. This means it
won't receive new updates or patches to fix security issues.
Therefore, this package will only work with Python >= 3.7 from now on.