Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Oct 19, 2019
1 parent 93dc91f commit a74e893
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a74e893

Please sign in to comment.