diff options
author | Jan Willhaus <mail@janwillhaus.de> | 2019-11-02 15:27:05 +0100 |
---|---|---|
committer | Jan Willhaus <mail@janwillhaus.de> | 2019-11-02 15:27:05 +0100 |
commit | f7f6175ca5ce7be075328d235d25a79403743d02 (patch) | |
tree | 24399d5f05414d6b55fa8badcbf4d9dcc1329e2b | |
parent | 2fd8f7a38b11a9801e1f155924d5d1f477417463 (diff) | |
download | warlock-initial_1.4_preparation.tar.gz |
Update changelog, readme title formatinitial_1.4_preparation
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1b033..ea4f053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## Added +- Meta: Locked dependencies via `poetry.lock` file in version control + ### Changed -- Replace setuptools with poetry for packaging and dependency management +- Meta: Replace setuptools with poetry for packaging and dependency management + +### Removed +- Support for Python 3.4 (EOL) ## [1.3.3] - 2019-05-20 ### Fixed @@ -52,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.8.0] - 2013-01-21 ## [0.7.0] - 2012-11-26 + [Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.3...HEAD [1.3.3]: https://github.com/bcwaldon/warlock/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/bcwaldon/warlock/compare/v1.3.1...v1.3.2 @@ -1,4 +1,6 @@ -# Warlock — self-validating Python objects using JSON schema +# Warlock + +**Create self-validating Python objects using JSON schema.** [][warlock] [][warlock] |