-
Notifications
You must be signed in to change notification settings - Fork 55
/
NEWS
125 lines (67 loc) · 2.97 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
118
119
120
121
122
123
124
# Releases
## grimoirelab-toolkit 1.0.6 - (2024-10-15)
* Update Poetry's package dependencies
## grimoirelab-toolkit 1.0.5 - (2024-09-23)
**Dependencies updateds:**
* Python minimum version updated\
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
the minimum version required by the project.
## grimoirelab-toolkit 1.0.4 - (2024-08-09)
* Update Poetry's package dependencies
## grimoirelab-toolkit 1.0.3 - (2024-08-02)
* Update Poetry's package dependencies
## grimoirelab-toolkit 1.0.2 - (2024-06-21)
* Update Poetry's package dependencies
## grimoirelab-toolkit 1.0.1 - (2024-05-09)
* Update Poetry's package dependencies
## grimoirelab-toolkit 1.0.0 - (2024-04-13)
**New features:**
* First major release\
GrimoireLab reached a stable status. This is our first major release.
## grimoirelab-toolkit 1.0.0-rc.1 - (2024-04-09)
**New features:**
* First major release\
GrimoireLab reached a stable status. This is our first major release.
## grimoirelab-toolkit 0.4.5 - (2024-03-27)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.4.4 - (2024-03-12)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.4.3 - (2024-03-01)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.4.2 - (2024-01-30)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.4.1 - (2023-12-19)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.4.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.
## grimoirelab-toolkit 0.3.6 - (2023-07-11)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.3.5 - (2023-06-28)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.3.4 - (2023-04-21)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.3.3 - (2023-02-01)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.3.2 - (2022-10-31)
* Update Poetry's package dependencies
## grimoirelab-toolkit 0.3.0 - (2022-05-31)
**Feature removals:**
* Drop Python 3.6 support\
Python 3.6 has reached the end of life in Dec 2021. This means it
won't receive any further patches to fix the secutiry issues. So,
dropping the support of 3.6 and it now supports Python>=3.7 version
only.
## grimoirelab-toolkit 0.2.0 - (2021-04-20)
**Security fixes:**
* Drop Python < 3.6 support \
Python versions previous to 3.6 ended their security support life in
September 2020. This new release drops its support too.
## grimoirelab-toolkit 0.1.0 - (2017-05-15)
** New features and improvements: **
* This first release contains common functions used across other
GrimoireLab projects. These functions handle datetime objects,
URIs/URLs and high-level introspection tools.