summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimeon Simeonov2026-05-01 14:34:04 +0200
committerSimeon Simeonov2026-05-01 14:34:04 +0200
commitbfae04723bd3155801f079ab5238018ec8a0cb09 (patch)
tree7db35cefe64d00bb23b26513fa13afbf26c073dd /CHANGELOG.md
parent751c74e7de1c78a151fdd8b76f220d8411a2108a (diff)
Redesign API by introducing otp2289.OTPResponse typeHEADv2.0.0nextmaster
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 16 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b220de..fe4f0be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,44 +1,48 @@
1# Changelog 1# Changelog
2 2
3## [2.0.0](https://github.com/blackm0re/pyotp2289/tree/2.0.0) (2025-01-03) 3## [2.0.0](https://codeberg.org/sgs/pyotp2289/releases/tag/v2.0.0) (2026-05-01)
4 4
5[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.2.1...2.0.0) 5[Full Changelog](https://codeberg.org/sgs/pyotp2289/compare/v1.2.1...v2.0.0)
6 6
7**Changes:** 7**Changes:**
8 8
9- Rename *Exception to *Error and do some additional linting 9- Redesign API by introducing the otp2289.OTPResponse type
10 10
11- Add type checking and linting
11 12
12## [1.2.1](https://github.com/blackm0re/pyotp2289/tree/1.2.1) (2023-01-08) 13- Move the project from GitHub to Codeberg
13 14
14[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.2.0...1.2.1) 15
16## [1.2.1](https://codeberg.org/sgs/pyotp2289/releases/tag/v1.2.1) (2023-01-08)
17
18[Full Changelog](https://codeberg.org/sgs/pyotp2289/compare/v1.2.0...v1.2.1)
15 19
16**Changes:** 20**Changes:**
17 21
18- Include the unit tests in the sdist package 22- Include the unit tests in the sdist package
19 23
20 24
21## [1.2.0](https://github.com/blackm0re/pyotp2289/tree/1.2.0) (2023-01-05) 25## [1.2.0](https://codeberg.org/sgs/pyotp2289/releases/tag/v1.2.0) (2023-01-05)
22 26
23[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.1...1.2.0) 27[Full Changelog](https://codeberg.org/sgs/pyotp2289/compare/v1.1.1...v1.2.0)
24 28
25**Changes:** 29**Changes:**
26 30
27- Add the `OTPState.ot_hex` property 31- Add the `OTPState.ot_hex` property
28 32
29 33
30## [1.1.1](https://github.com/blackm0re/pyotp2289/tree/1.1.1) (2022-04-02) 34## [1.1.1](https://codeberg.org/sgs/pyotp2289/releases/tag/v1.1.1) (2022-04-02)
31 35
32[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.0...1.1.1) 36[Full Changelog](https://codeberg.org/sgs/pyotp2289/compare/v1.1.0...v1.1.1)
33 37
34**Changes:** 38**Changes:**
35 39
36- Reintroduce setup.py for better campatibility 40- Reintroduce setup.py for better campatibility
37 41
38 42
39## [1.1.0](https://github.com/blackm0re/pyotp2289/tree/1.1.0) (2022-03-29) 43## [1.1.0](https://codeberg.org/sgs/pyotp2289/releases/tag/v1.1.0) (2022-03-29)
40 44
41[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.0.0...1.1.0) 45[Full Changelog](https://codeberg.org/sgs/pyotp2289/compare/v1.0.0...v1.1.0)
42 46
43**Changes:** 47**Changes:**
44 48
@@ -51,7 +55,7 @@
51- use *setuptools* instead of the deprecated *distutils* 55- use *setuptools* instead of the deprecated *distutils*
52 56
53 57
54# [1.0.0](https://github.com/blackm0re/pyotp2289/tree/1.0.0) (2020-04-07) 58# [1.0.0](https://codeberg.org/sgs/pyotp2289/releases/tag/v1.0.0) (2020-04-07)
55 59
56**Changes:** 60**Changes:**
57 61