-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCHANGELOG.txt
72 lines (45 loc) · 1.08 KB
/
CHANGELOG.txt
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
Version 0.1
-----------
- Initial version.
Version 0.1.1
-------------
- Update README format.
Version 0.1.2
-------------
- Add more commandline options.
Version 0.1.3
-------------
- Exit with non-zero code when execution of function fails.
Version 0.1.4
-------------
- Support Python 3.6.
Version 0.1.5
-------------
- Support reading environment variables from file.
Version 0.1.6
-------------
- Add timeout feature for Windows.
Version 0.1.7
-------------
- Add tests in CI.
Version 0.1.8
-------------
- Support running as a library.
Version 0.1.9
-------------
- Support latest boto3.
Version 0.1.10
--------------
- Fix traceback output when exception happens.
Version 0.1.11
--------------
- Test on python 3.8.
Version 0.1.12
--------------
- Fix error when running on Windows with Python 3.
Version 0.1.13
--------------
- Drop support of Python 2.7.
- Various update and cleanup, add Python 3.9 support.
- Add __main__ file for using the package as a module.
- Implement tests via Github Actions.