From 314bfaa549d378395606062711c4d0ff4be6f09c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:33:44 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9b2a4fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 1.0.0 (2026-04-15) + + +### Features + +* add CI/CD workflow and pre-commit configuration ([4692bd7](https://github.com/Ayup-Creative/php-duration/commit/4692bd7547d1dcd7449b80d40d72f28090b9c333)) + + +### Bug Fixes + +* prevent division by zero in Duration::ceilTo ([05bee30](https://github.com/Ayup-Creative/php-duration/commit/05bee3070aa5712ca96ee3474ce91c48d172c2eb)) + + +### Miscellaneous Chores + +* update PHP version constraint ([12eb8bd](https://github.com/Ayup-Creative/php-duration/commit/12eb8bdb744da3857aec43bf92d3c041028215af))