2024.5.14
What's Changed
- Fixed a bug within the built-in CLI that caused it to display the input text upon parsing/reversing than the output text.
- Fixed LRU caching within the base functions and set the limit to
maxsize=128
globally. - Other internal changes and better exception suppressing.
Related PRs
- Bump ruff from 0.4.2 to 0.4.3 by @dependabot in #35
- Use contextlib.suppress instead of empty pass by @baseplate-admin in #36
- Bump ruff from 0.4.3 to 0.4.4 by @dependabot in #40
New Contributors
- @baseplate-admin made their first contribution in #36
Full Changelog: 2024.5.1...2024.5.14