Skip to content

Commit

Permalink
Update version and changelog for 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Jul 2, 2024
1 parent e4ab4f1 commit 2968b91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 2968b91

Please sign in to comment.