File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ This project uses football/soccer terminology for release names:
4646
4747### Changed
4848
49- - Tests switched to in-memory SQLite ( ` STORAGE_PATH=:memory: ` ) — seeded via ` beforeAll ` , production DB never touched during test runs
49+ ### Fixed
5050
51- ### Deprecated
51+ ### Removed
5252
53- ## [ 2.1.0-dribble] - 2026-03-30
53+ ## [ 2.1.0-dribble] - 2026-03-31
5454
5555### Added
5656
@@ -64,6 +64,7 @@ This project uses football/soccer terminology for release names:
6464- ` playerStub.all ` expanded to 26 players
6565- ` PUT describe ` in tests: removed ` beforeEach ` , added ` afterEach ` to restore Martínez; all tests retargeted to squad 23
6666- ` rest/players.rest ` variables updated: ` @newSquadNumber = 27 ` , ` @existingSquadNumber = 23 `
67+ - Tests switched to in-memory SQLite (` STORAGE_PATH=:memory: ` ) — seeded via ` beforeAll ` , production DB never touched during test runs
6768- Docker: run ` docker compose down -v ` before ` docker compose up ` to pick up the rebuilt seeded DB from ` storage/players-sqlite3.db ` (see #551 )
6869
6970### Removed
You can’t perform that action at this time.
0 commit comments