-
Notifications
You must be signed in to change notification settings - Fork 54
/
NEWS
52 lines (35 loc) · 995 Bytes
/
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
Queuelib release notes
======================
Version 1.7.0
-------------
(released on May 4th, 2024)
No functionality changes with respect to 1.6.2
* Added support for Python 3.10-3.12 and PyPy 3.10
* Removed support for Python 3.5-3.7
* Improved type annotations and added the ``py.typed`` file
* Added ``pre-commit`` configuration
* Improved linting and CI configuration
Version 1.6.2
-------------
(released on August 26th, 2021)
No functionality changes with respect to 1.6.1
* Added `python_requires>=3.5` to `setup.py`
* Formatted the codebase with `black`
* Added type annotations
* Added CI checks for typing, security and linting
Version 1.6.1
-------------
(released on April 21st, 2021)
No code changes with respect to 1.6
* Migrate CI to GitHub actions
* Fix release
Version 1.6
-----------
(released on April 21st, 2021)
* Add peek support
* Remove py2 support
* Full test coverage
Version 1.0
-----------
(released on April 23rd, 2013)
First release of Queuelib.