File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
23All notable changes to this project will be documented in this file.
34
45The 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.
66
77## [ Unreleased]
8+
9+ ## [ 1.1.0] - 2021-02-21
10+
811### Added
9- - a changelog (this file)
10- - dev and test dependencies are defined in packaging metadata
1112
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
1515
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
1817
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 11"""pytiled_parser version"""
22
3- __version__ = "1.0 .0"
3+ __version__ = "1.1 .0"
You can’t perform that action at this time.
0 commit comments