Update changelog and version for 1.5.2

This commit is contained in:
Darren Eberly
2021-07-28 22:42:49 -04:00
parent 29c04a39a9
commit 91ecb7f6b6
2 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
## [1.5.2] - 2021-07-28
This release contains some re-working to properly support templates.
Previously templates were supposedly fully supported, however they were broken for tile objects. Now there should be out of the box support for auto-loading tile objects from templates. Regardless of where the tileset is defined. See Issue https://github.com/benjamin-kirkbride/pytiled_parser/issues/41 for details
There are no API changes as far as usage is concerned, these were all internal changes to properly support the feature.
This release also contains some minor fixes to docstrings and typing annotations/linting problems.
## [1.5.1] - 2021-07-09
This release contains two bugfixes:

View File

@@ -1,3 +1,3 @@
"""pytiled_parser version"""
__version__ = "1.5.1"
__version__ = "1.5.2"