Skip to content

Commit 32501b0

Browse files
committed
Bump changelog
1 parent c33e426 commit 32501b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
=======
44

5+
# 2.1.0 (2025-12-23)
6+
- Replace black with ruff
7+
58
# 2.0.0 (2025-12-23)
69
- Migrates metadata to pyproject.toml
710
- Drops support for Python versions < 3.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mapbox-tilesets"
7-
version = "2.0.0"
7+
version = "2.1.0"
88
description = "CLI for interacting with and preparing data for the Mapbox Tilesets API"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)