What's Changed * Improved documentation to have an overview page by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/23 * Implement lifespan by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/25
What's Changed * Fix `At` Trigger Calculation to prevent infinite job execution by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/22 * Add `py.typed` to be compatible with PEP 561 by amirsoroush in https://github.com/ManiMozaffar/aioclock/pull/20
New Contributors * amirsoroush made their first contribution in https://github.com/ManiMozaffar/aioclock/pull/20
What's Changed * Implement a new trigger based on cron syntax by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/17 * Implement `OrTrigger` by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/18
What's Changed * Versioning docs with mike and fixing runtime issues on examples by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/14 * Replace poetry with rye by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/15 * Implemented possibility to have sync tasks by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/16
What's Changed * Fix typo mistakes in docs by parsariyahi in https://github.com/ManiMozaffar/aioclock/pull/7 * fix typos by EduardSchwarzkopf in https://github.com/ManiMozaffar/aioclock/pull/8 * Implement `first_run_strategy` for `every trigger` by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/9 * Fix typing issue with deorating sync function by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/10 * Fix ci/cd on deploying docs by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/11 * Implemented external API to run functions with dependency being injected by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/12 * Feat: Internal API and fastAPI plugin by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/13
New Contributors * parsariyahi made their first contribution in https://github.com/ManiMozaffar/aioclock/pull/7 * EduardSchwarzkopf made their first contribution in https://github.com/ManiMozaffar/aioclock/pull/8
What's Changed * Add mkdocs by ManiMozaffar in https://github.com/ManiMozaffar/aioclock/pull/6 * Fixed logging the exceptions when a task failed. Used to be logger.error, but now it's log.exception.