Skip to content

Commit

Permalink
Changelog and Version change for 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Mar 10, 2023
1 parent ae2ab80 commit 248050c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.2] - 2023-03-10

Switched to `pyproject.toml` for project setup. This should have no impact on users unless you are on a very old version of pip. If pip fails to install pytiled-parser, please try updating pip.

Fixed a bug in the TMX format where overriding or adding extra elements/attributes to object templates would not be applied. Only the id and the x, y position would be used. Now any overriden values(including properties) should be applied to the template. This bug did not exist in the JSON format, however there was no test coverage for this scenario in either format, that has since been added.

## [2.2.1] - 2023-01-16

Added official support for Python 3.11. No changes were actually made to do this, and most all previous versions of pytiled-parser should work fine with 3.11. We are just now including 3.11 in the matrix of Python versions we run tests for.
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.1"
version = "2.2.2"
description = "A library for parsing Tiled Map Editor maps and tilesets"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 248050c

Please sign in to comment.