From 381bf630c737c9c852d7ea6d21e29ca0eedf7571 Mon Sep 17 00:00:00 2001 From: David Gwilliam Date: Tue, 31 Mar 2026 18:44:33 -0700 Subject: [PATCH] chore: bump version to v0.1.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 501ac28..98d6c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [0.1.1] - 2026-04-01 + +### Patch Changes + +- Merge branch 'feat/database-test-safety' of ssh://git.notsosm.art/david/euchre_camp +- fix: use ELO change instead of win rate for best partner calculation +- fix: remove hardcoded passwords from docker-compose generation +- fix: load .env.development in test setup files +- fix: remove hardcoded database URLs and use environment variables +- fix: set DATABASE_URL for acceptance tests +- feat: add database test safety configuration +- fix: allowTies not saved when editing tournaments (closes #6) +- docs: add development database and testing documentation +- feat: set up development database and test cleanup utilities +- fix: improve availablePlayers query to handle undefined playerId +- fix: handle empty playerId string in user edit API + # Changelog All notable changes to this project will be documented in this file. diff --git a/package.json b/package.json index 96018d1..cdf1f63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "euchre_camp", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",