From 2968b91b72d4c09bc3c65632d8bc7bfeab2b07bd Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Mon, 1 Jul 2024 21:13:14 -0400 Subject: [PATCH] Update version and changelog for 2.2.5 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61db67dd..fe105402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +## [2.2.5] - 2024-07-01 + +Adds a `__all__` section to the main library `__init__.py` file which fixes problems when running pyright in strict mode against this library, it would not be able to see the exported types. + ## [2.2.4] - 2024-07-01 Small change to the default text color, in Tiled the text color defaults to blac(0, 0, 0), previously in pytiled-parser if the color was not specified it would default to white(255, 255, 255). This has been changed to match Tiled's behavior [#70](https://github.com/pythonarcade/pytiled_parser/pull/70) diff --git a/pyproject.toml b/pyproject.toml index 8a748020..3d1d61b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytiled_parser" -version = "2.2.4" +version = "2.2.5" description = "A library for parsing Tiled Map Editor maps and tilesets" readme = "README.md" authors = [