chore: prepare release 4.0.1

This commit is contained in:
matt 2026-03-17 17:44:56 -07:00
parent 9fc90ed27d
commit 0ccb05f792
7 changed files with 67 additions and 5 deletions

View file

@ -9,6 +9,19 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
## [Unreleased]
### Added
_No unreleased changes yet_
### Changed
_No unreleased changes yet_
### Fixed
_No unreleased changes yet_
### Removed
_No unreleased changes yet_
## [4.0.1] - 2026-03-17
### Added
- **Testing Standards Documentation**: Standards guide and base classes for new tests
- `docs/web_backend/testing.md` — patterns for route, service, validation, and error handler tests
- `code/tests/base_test_cases.py``RouteTestCase`, `ServiceTestCase`, `ErrorHandlerTestCase`, `ValidationTestMixin`