Skip to content

Commit

Permalink
Prepare v2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Jun 24, 2022
1 parent a6f6207 commit ef41422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [2.3.0] - 2022-06-24

- Add `quiet` argument to `inithook` method. It suppresses all output from the
plugin.

## [2.2.0] - 2022-06-07

### Added
Expand Down Expand Up @@ -51,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of inithook for pylint to activate virtual env.

[unreleased]: https://github.com/jgosmann/pylint-venv/compare/v2.2.0...HEAD
[unreleased]: https://github.com/jgosmann/pylint-venv/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/jgosmann/pylint-venv/compare/v2.3.0...v2.3.0
[2.2.0]: https://github.com/jgosmann/pylint-venv/compare/v2.1.0...v2.2.0
[2.1.1]: https://github.com/jgosmann/pylint-venv/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/jgosmann/pylint-venv/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylint-venv"
version = "2.2.0"
version = "2.3.0"
description = "pylint-venv provides a Pylint init-hook to use the same Pylint installation with different virtual environments."
readme = "README.rst"
authors = ["Jan Gosmann <[email protected]>", "Federico Jaramillo <[email protected]>"]
Expand Down

0 comments on commit ef41422

Please sign in to comment.