Releases: alivx/crontab-runat
Releases · alivx/crontab-runat
V1.0.2
Release Notes
Version 1.0.2 (2023-03-24)
New Features
- Removed dependency on
croniter
package and replaced it with a pure Python implementation. - Refactored code to use
click
instead ofargparse
for command line argument parsing.
Enhancements
- Improved code readability with docstrings and comments throughout the codebase.
- Optimized code for better performance and maintainability.
Bug Fixes
- Fixed issues with package installation and missing dependencies.
Upgrade Notes
To upgrade to this version, please follow these steps:
- Uninstall the previous version of the package using
pip uninstall runat
- Install the new version using
pip install runat --upgrade
Warm Release
Update readme file