Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jul 12, 2021
1 parent 5bd8322 commit 60e7998
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## [0.4.1]

- Improve type checking and better check for edge cases in decode, by [@lucaslugao](https://github.com/lucaslugao)

## [0.4.0]

- Improve decode speed by using a dictionary instead of string by [@lucaslugao](https://github.com/lucaslugao)
Expand Down Expand Up @@ -31,6 +35,7 @@
- Initial release


[0.4.1]: https://github.com/kirei/python-base45/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/kirei/python-base45/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/kirei/python-base45/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/kirei/python-base45/compare/v0.2.1...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "base45"
version = "0.4.0"
version = "0.4.1"
description = "Base45 Encoder/Decoder"
authors = ["Jakob Schlyter <[email protected]>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 60e7998

Please sign in to comment.