mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-18 19:26:31 +01:00
chore: prepare release 4.0.1
This commit is contained in:
parent
9fc90ed27d
commit
0ccb05f792
7 changed files with 67 additions and 5 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue