Skip to content

Commit bdf206d

Browse files
committed
Update version to 1.1.0 and update CHANGELOG
1 parent 2267a43 commit bdf206d

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
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.
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

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.0.0"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)