forked from andreax79/python-securid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
58 lines (36 loc) · 827 Bytes
/
Copy pathchangelog.txt
File metadata and controls
58 lines (36 loc) · 827 Bytes
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
# python-securid Changelog
## [0.9.9] - 2025-02-17
### Added
- Added `py.typed`.
## [0.9.8] - 2025-01-17
### Added
- Added Python 3.14 support.
## [0.9.7] - 2025-01-17
### Added
- Added Python 3.13 support.
## [0.9.6] - 2023-10-30
### Changed
- Updated `pytest` and `setup.cfg`.
## [0.9.5] - 2022-01-12
### Changed
- Updated `Cryptography` version requirement to `>= 36`.
## [0.9.4] - 2021-04-16
### Changed
- Replaced `Pycrypto` with `Cryptography`.
### Added
- Added PIN support.
## [0.9.3] - 2020-04-26
### Added
- Added token time left display.
- CLI improvements and tests.
## [0.9.2] - 2020-04-25
### Added
- Added `issuer` and `label` fields.
## [0.9.1] - 2020-04-14
### Added
- Added JSON file support.
### Fixed
- Fixed `sdtid` parsing issue.
## [0.9.0] - 2020-04-11
### Added
- Initial version.