Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed May 10, 2022
1 parent fc812c8 commit 21f5eaf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog for Thoth's micropipenv

## [1.3.0] - 2022-May-09 - Fridolin Pokorny <[email protected]>

### Added

* Improve poetry → requirements and handling of transitive deps
Contribution thanks to @frenzymadness

* Add check subcommand to validate lockfiles
Contribution thanks to @matt-carr

* Test with pip==22.0.4

### Fixes

* Implement correct handling for "extras" marker from poetry.lock
Contribution thanks to @frenzymadness

## [1.2.1] - 2022-February-21 - Fridolin Pokorny <[email protected]>

### Added
Expand Down
2 changes: 1 addition & 1 deletion micropipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
"""

__version__ = "1.2.1"
__version__ = "1.3.0"
__author__ = "Fridolin Pokorny <[email protected]>"
__title__ = "micropipenv"

Expand Down

0 comments on commit 21f5eaf

Please sign in to comment.