All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Use pbr for release management
- Add support for python 3.4, 3.5, and 3.6.
- Pom objects can now be loaded from a file or string and do not require a maven client.
- Add license_file entry to setup.cfg
- Create cache dir securely and usable on non-POSIX filesystems.
- Drop support for python 2.6
0.2.0 - 2017-06-07
- Unpin dependency versions. Allow major version compatibility.
0.1.0 - 2015-10-10
- A simple maven repository client that can fetch and search for artifacts and metadata.
- Support for local and http maven repositories.
- A simple cache for http maven repositories
- A python binding to POM data that dynamically loads information from POM inheritance and dependency management.
- Python implementation of Maven version comparision and Maven version ranges.