From 5024819f2facca2e85816e711c46840c649c424a Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Tue, 19 May 2026 13:37:35 -0700 Subject: [PATCH 1/2] chore(main): release 2.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ src/gpxtable/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1b1a4..e8814b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.1](https://github.com/pleasantone/gpxtable/compare/v2.0.2...v2.2.1) (2026-05-19) + + +### Miscellaneous Chores + +* fix requests dependancy, release 2.2.1 ([e54028b](https://github.com/pleasantone/gpxtable/commit/e54028b94e19c8b036e82e43a4b7f76214a06f61)) +* release 2.2.0 ([abe1718](https://github.com/pleasantone/gpxtable/commit/abe171860f6b46602f8459510c0d9f777f656e37)) + ## [2.0.2](https://github.com/pleasantone/gpxtable/compare/v2.0.1...v2.0.2) (2026-05-14) diff --git a/src/gpxtable/__init__.py b/src/gpxtable/__init__.py index 6a164c8..0d02f99 100644 --- a/src/gpxtable/__init__.py +++ b/src/gpxtable/__init__.py @@ -4,6 +4,6 @@ from .gpxtable import GPXTableCalculator, GPXTABLE_DEFAULT_WAYPOINT_CLASSIFIER -__version__ = "2.2.0" +__version__ = "2.2.1" __all__ = ["GPXTableCalculator", "GPXTABLE_DEFAULT_WAYPOINT_CLASSIFIER"] __author__ = "Paul Traina" From b3fe0e61c0de35033d981fa01857ead25b642f89 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Tue, 19 May 2026 13:39:21 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8814b0..98a9721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Miscellaneous Chores -* fix requests dependancy, release 2.2.1 ([e54028b](https://github.com/pleasantone/gpxtable/commit/e54028b94e19c8b036e82e43a4b7f76214a06f61)) +* fix requests dependency, release 2.2.1 ([e54028b](https://github.com/pleasantone/gpxtable/commit/e54028b94e19c8b036e82e43a4b7f76214a06f61)) * release 2.2.0 ([abe1718](https://github.com/pleasantone/gpxtable/commit/abe171860f6b46602f8459510c0d9f777f656e37)) ## [2.0.2](https://github.com/pleasantone/gpxtable/compare/v2.0.1...v2.0.2) (2026-05-14)