Skip to content

Commit 60e7998

Browse files
committed
update
1 parent 5bd8322 commit 60e7998

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)
@@ -31,6 +35,7 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "base45"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Base45 Encoder/Decoder"
55
authors = ["Jakob Schlyter <jakob@kirei.se>"]
66
license = "BSD-2-Clause"

0 commit comments

Comments
 (0)