diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..7ef186a --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,33 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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] + + +## [2.0.0] - 2019-10-19 +### Added +- Support for Conda and PyPy +- Documentation improvements + +### Removed +- Support for Python 2.7. + + +## [1.1.0] - 2019-03-26 +### Added +- Compatibility with Python 3 venv module. + + +## [1.0.0] - 2015-03-01 +### Added +- Initial release of inithook for pylint to activate virtual env. + + +[Unreleased]: https://github.com/jgosmann/pylint-venv/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/jgosmann/pylint-venv/compare/v1.1.0...v2.0.0 +[1.1.0]: https://github.com/jgosmann/pylint-venv/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/jgosmann/pylint-venv/releases/tag/v1.0.0