File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2828issue `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
You can’t perform that action at this time.
0 commit comments