Releases: Salamek/cron-descriptor
Releases · Salamek/cron-descriptor
1.4.4
What's Changed
- Simple CLI with all Options implemented by @eduardomezencio in #80
- GitHub Actions: Add Python 3.13 pre-release to the testing by @cclauss in #82
- README.md: Supports Python 3.8 - 3.12 by @cclauss in #83
- Correct typo forth to fourth by @CodyRay in #84
New Contributors
- @eduardomezencio made their first contribution in #80
- @CodyRay made their first contribution in #84
Full Changelog: 1.4.3...1.4.4
1.4
1.3
What is new
- Possible BC - Parsing call was moved from
ExpressionDescriptor.get_description
toExpressionDescriptor.__init__
that means parsing exceptions are thrown when callingExpressionDescriptor
constructor and not when callingExpressionDescriptor.get_description
modify your exception handling accordingly... - Possible BC - Option
throw_exception_on_parse_error
(boolean) was removed, code now works as ifthrow_exception_on_parse_error=True
(default - always throw exceptions). Removethrow_exception_on_parse_error
option from your code if you were using it.
Full Changelog: 1.2.35...1.3
1.2.35
1.2.33
What's Changed
- Add possibility to use custom .mo files, locally by @ErikvdVen in #61
- Slovak translation by @eriktelepovsky in #63
New Contributors
- @eriktelepovsky made their first contribution in #63
Full Changelog: 1.2.32...1.2.33
Fixing release
1.2.27
Fixing release
- Fix CI Build/Deploy on new version
Fixing release
1.2.10 Version 1.2.10