Skip to content

Commit 21f5eaf

Browse files
committed
Version 1.3.0
1 parent fc812c8 commit 21f5eaf

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog for Thoth's micropipenv
22

3+
## [1.3.0] - 2022-May-09 - Fridolin Pokorny <fridolin@redhat.com>
4+
5+
### Added
6+
7+
* Improve poetry → requirements and handling of transitive deps
8+
Contribution thanks to @frenzymadness
9+
10+
* Add check subcommand to validate lockfiles
11+
Contribution thanks to @matt-carr
12+
13+
* Test with pip==22.0.4
14+
15+
### Fixes
16+
17+
* Implement correct handling for "extras" marker from poetry.lock
18+
Contribution thanks to @frenzymadness
19+
320
## [1.2.1] - 2022-February-21 - Fridolin Pokorny <fridolin@redhat.com>
421

522
### Added

micropipenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
2929
"""
3030

31-
__version__ = "1.2.1"
31+
__version__ = "1.3.0"
3232
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
3333
__title__ = "micropipenv"
3434

0 commit comments

Comments
 (0)