Skip to content

Releases: alivx/crontab-runat

V1.0.2

24 Mar 00:24
Compare
Choose a tag to compare

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 of argparse 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:

  1. Uninstall the previous version of the package using pip uninstall runat
  2. Install the new version using pip install runat --upgrade

Warm Release

12 Jan 22:25
Compare
Choose a tag to compare

Update readme file

Fresh Release

12 Jan 22:14
Compare
Choose a tag to compare
Fresh Release Pre-release
Pre-release

d00bb5c Update Readme file 💄
8b096c1 add main function 🚨
25d67e3 Rename project name 💄
afd7ad2 Cronlike project 🎉
1290420 Initial commit