Skip to content

Commit 2968b91

Browse files
committed
Update version and changelog for 2.2.5
1 parent e4ab4f1 commit 2968b91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [2.2.5] - 2024-07-01
8+
9+
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.
10+
711
## [2.2.4] - 2024-07-01
812

913
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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytiled_parser"
3-
version = "2.2.4"
3+
version = "2.2.5"
44
description = "A library for parsing Tiled Map Editor maps and tilesets"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)