forked from chaoss/grimoirelab-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
64 lines (36 loc) · 1.63 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
# Releases
## 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.