chore(release): v2.2.8 version bump and changelog scaffold

This commit is contained in:
matt 2025-09-10 09:47:38 -07:00
parent 73d48567b6
commit a9a9350aa0
5 changed files with 21 additions and 59 deletions

View file

@ -1,10 +1,11 @@
[build-system]
requires = ["setuptools>=61.0", "wheel"]
# Bumped setuptools minimum to avoid older vulnerable releases; wheel bumped for newer build metadata support
requires = ["setuptools>=70.0.0", "wheel>=0.43.0"]
build-backend = "setuptools.build_meta"
[project]
name = "mtg-deckbuilder"
version = "2.2.7"
version = "2.2.8"
description = "A command-line tool for building and analyzing Magic: The Gathering decks"
readme = "README.md"
license = {file = "LICENSE"}