File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
- and will project adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) as soon as we hit v1.0.0.
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 1.1.0] - 2021-02-21
10
+
8
11
### Added
9
- - a changelog (this file)
10
- - dev and test dependencies are defined in packaging metadata
11
12
12
- ### Changed
13
- - all tests now pass
14
- - switched from setup.py to setup.cfg based packaging structure
13
+ - Added support for zstd compression with base64 encoded maps
14
+ - Better project metadata for display on PyPi
15
15
16
- ## <[ 0.9.1]
17
- It would be a lot of work to trudge through this, and of little to no value.
16
+ ## [ 1.0.0] - 2021-02-21
18
17
19
- If you really care, commit ` d43d52e55e2d22eacbfae0f526e4717458efd185 ` and prior is what you want to look at.
18
+ Initial Project Release
Original file line number Diff line number Diff line change 1
1
"""pytiled_parser version"""
2
2
3
- __version__ = "1.0 .0"
3
+ __version__ = "1.1 .0"
You can’t perform that action at this time.
0 commit comments