summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimeon Simeonov2026-04-28 14:27:05 +0200
committerSimeon Simeonov2026-04-28 14:27:05 +0200
commit751c74e7de1c78a151fdd8b76f220d8411a2108a (patch)
tree0b13345aad6949a3325ca8f72b4eece14a0fe973 /CHANGELOG.md
parent82ef6adec6e59f9cc9dc9fa1a13a2b43e534bada (diff)
Restructure the entire project, enforce linting and add support for type checkers
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90b2fd2..0b220de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
1# Changelog 1# Changelog
2 2
3## [2.0.0](https://github.com/blackm0re/pyotp2289/tree/2.0.0) (2025-01-03)
4
5[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.2.1...2.0.0)
6
7**Changes:**
8
9- Rename *Exception to *Error and do some additional linting
10
11
3## [1.2.1](https://github.com/blackm0re/pyotp2289/tree/1.2.1) (2023-01-08) 12## [1.2.1](https://github.com/blackm0re/pyotp2289/tree/1.2.1) (2023-01-08)
4 13
5[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.2.0...1.2.1) 14[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.2.0...1.2.1)