-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog
45 lines (32 loc) · 1.25 KB
/
Changelog
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
Version 2.6.2 Released on 2024/07/22
* Fix compatibility with Python 3.12
* Modernize the code
Version 2.6.1 Released on 2022/10/31
* Stop building the man pages automatically
* No more build-dependency on distutils
Version 2.6.0 Released on 2021/12/06
* Format the code
* Make the build reproducible
Version 2.5.0 Released on 2016/09/25
* Add the "--with-xunit" and "--xunit-file" options
* Increase yaml loading safety
* Clean built manpages when running `./setup.py clean`
* Do not rebuild manpages when it is not necessary
* Depends on Python 3.3 or newer
Version 2.0.0 Released on 2015/03/25
* Port to Python3, drop support for Python2
* Allow to define remotes on the command line via the '--remote' option
* Add the '--put-remotes-in-environment' option
* Add a proper documentation for lift.yaml files
* Code cleanup
* Some small fixes
Version 1.5.0 Released on 2015/03/01
* Tests now stream their output to stdout as they run
* Unicode handling improvements
* Add new '--quiet' and '--detailed-summary' options to the lift binary
* Remove the now useless '--verbose' option
* Progress toward Python3 support (not there yet)
* Various setup.py improvements
* Many bug fixes
Version 1.0.0 Released on 2014/03/23
* Initial release