# Changelog
All notable changes to this project will be documented in this file.

Based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.6] - 2021-09-09
### Changed
- Improved requirement retrieval from wheels

### Removed
- No longer parse 'metadata.json' from wheels to compute test requirements.

## [0.5.1] - 2020-04-29
### Fixed
- The proper capitalization of the package name is now returned (Fixes #2)

## [0.5] - 2019-10-22
### Added
- Add support for parsing a specific version of a package

## [0.4] - 2019-06-23
### Added
- Improved license detection

## [0.3] - 2019-02-08
### Added
- The source tarball is now returned to upt as an instance of upt.Archive

## [0.2.1] - 2018-09-28
### Fixed
- Fixed a bug that could cause the requirements to not be returned

## [0.2] - 2018-02-24
### Added
- Try to guess the license(s) of packages
- Try to guess the requirements without downloading the wheel

### Fixed
- Fixed a syntax error in the Changelog
- Add missing files to the tarball (LICENSE, CHANGELOG, README.md, tox.ini)
- Fix a failure that happened when a wheel had no metadata.json file
- Fix multiple bugs in the parsing of version specifiers


## [0.1] - 2018-02-17
### Added
- Initial PyPI frontend
