Add HISTORY.md
parent
90aaba6eec
commit
192f12a710
|
|
@ -0,0 +1,53 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
0.2.1 (2018-10-05)
|
||||
------------------
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
* [#121](https://github.com/socialcopsdev/camelot/issues/121) Fix ghostscript subprocess call for Windows. [#124](https://github.com/socialcopsdev/camelot/pull/124) by Vinayak Mehta.
|
||||
|
||||
**Improvements**
|
||||
|
||||
* [#123](https://github.com/socialcopsdev/camelot/issues/123) Make PEP8 compatible. [#125](https://github.com/socialcopsdev/camelot/pull/125) by [Oshawk](https://github.com/Oshawk).
|
||||
* [#110](https://github.com/socialcopsdev/camelot/issues/110) Add more tests. Coverage is now at 84%!
|
||||
* Add tests for CLI. [#122](https://github.com/socialcopsdev/camelot/pull/122) by [Vaibhav Mule](https://github.com/vaibhavmule) and [#117](https://github.com/socialcopsdev/camelot/pull/117) by Vinayak Mehta.
|
||||
* Add tests for errors/warnings. [#113](https://github.com/socialcopsdev/camelot/pull/113) by Vinayak Mehta.
|
||||
* Add tests for output formats and parser kwargs. [#126](https://github.com/socialcopsdev/camelot/pull/126) by Vinayak Mehta.
|
||||
* Add Python 3.5 and 3.7 support. [#119](https://github.com/socialcopsdev/camelot/pull/119) by Vinayak Mehta.
|
||||
* Add logging and warnings.
|
||||
|
||||
**Documentation**
|
||||
|
||||
* Copyedit all documentation. [#112](https://github.com/socialcopsdev/camelot/pull/112) by [Christine Garcia](https://github.com/christinegarcia).
|
||||
* [#115](https://github.com/socialcopsdev/camelot/issues/115) Update issue labels in contributor's guide. [#116](https://github.com/socialcopsdev/camelot/pull/116) by [Johnny Metz](https://github.com/johnnymetz).
|
||||
* Update installation instructions for Windows. [#124](https://github.com/socialcopsdev/camelot/pull/124) by Vinayak Mehta.
|
||||
|
||||
**Note**: This release also bumps the version for numpy from 1.13.3 to 1.15.2 and adds a MANIFEST.in. Also, openpyxl==2.5.8 is a new requirement and pytest-cov==2.6.0 is a new dev requirement.
|
||||
|
||||
0.2.0 (2018-09-28)
|
||||
------------------
|
||||
|
||||
**Improvements**
|
||||
|
||||
* [#81](https://github.com/socialcopsdev/camelot/issues/81) Add Python 3.6 support. [#109](https://github.com/socialcopsdev/camelot/pull/109) by Vinayak Mehta.
|
||||
|
||||
0.1.2 (2018-09-25)
|
||||
------------------
|
||||
|
||||
**Improvements**
|
||||
|
||||
* [#85](https://github.com/socialcopsdev/camelot/issues/85) Add Travis and Codecov.
|
||||
|
||||
0.1.1 (2018-09-24)
|
||||
------------------
|
||||
|
||||
**Documentation**
|
||||
|
||||
* Add documentation fixes.
|
||||
|
||||
0.1.0 (2018-09-24)
|
||||
------------------
|
||||
|
||||
* Birth!
|
||||
|
|
@ -1,7 +1 @@
|
|||
include MANIFEST.in
|
||||
include setup.py
|
||||
include setup.cfg
|
||||
include README.md
|
||||
include LICENSE
|
||||
include requirements.txt
|
||||
include requirements-dev.txt
|
||||
include MANIFEST.in README.md HISTORY.md LICENSE requirements.txt requirements-dev.txt setup.py setup.cfg
|
||||
Loading…
Reference in New Issue