feat: update version to 1.0.15 and add routines feature documentation
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m25s

- Updated BASE_VERSION in version.py to 1.0.15.
- Added ROUTINES-IMPLEMENTATION-SUMMARY.md detailing the implementation status, phases, and test coverage for the new routines feature.
- Created e2e-routines-test-plan.md outlining the end-to-end test strategy for the routines feature.
- Introduced plan-routinesFeature.prompt.md to summarize the design and implementation plan for the routines feature.
This commit is contained in:
2026-05-20 16:48:41 -04:00
parent 0f7efc8961
commit 08dda6c6b0
7 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
# file: config/version.py
import os
BASE_VERSION = "1.0.14-a" # update manually when releasing features
BASE_VERSION = "1.0.15" # update manually when releasing features
def get_full_version() -> str:
"""