File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## [ 0.4.1]
4+
5+ - Improve type checking and better check for edge cases in decode, by [ @lucaslugao ] ( https://github.com/lucaslugao )
6+
37## [ 0.4.0]
48
59- Improve decode speed by using a dictionary instead of string by [ @lucaslugao ] ( https://github.com/lucaslugao )
3135- Initial release
3236
3337
38+ [ 0.4.1 ] : https://github.com/kirei/python-base45/compare/v0.4.0...v0.4.1
3439[ 0.4.0 ] : https://github.com/kirei/python-base45/compare/v0.3.1...v0.4.0
3540[ 0.3.1 ] : https://github.com/kirei/python-base45/compare/v0.3.0...v0.3.1
3641[ 0.3.0 ] : https://github.com/kirei/python-base45/compare/v0.2.1...v0.3.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " base45"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " Base45 Encoder/Decoder"
55authors = [" Jakob Schlyter <jakob@kirei.se>" ]
66license = " BSD-2-Clause"
You can’t perform that action at this time.
0 commit comments