Skip to content

Commit 91ecb7f

Browse files
committed
Update changelog and version for 1.5.2
1 parent 29c04a3 commit 91ecb7f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.5.2] - 2021-07-28
10+
11+
This release contains some re-working to properly support templates.
12+
13+
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
14+
15+
There are no API changes as far as usage is concerned, these were all internal changes to properly support the feature.
16+
17+
This release also contains some minor fixes to docstrings and typing annotations/linting problems.
18+
919
## [1.5.1] - 2021-07-09
1020

1121
This release contains two bugfixes:

pytiled_parser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""pytiled_parser version"""
22

3-
__version__ = "1.5.1"
3+
__version__ = "1.5.2"

0 commit comments

Comments
 (0)