Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Aug 1, 2024
1 parent 251f6aa commit 0b203e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for Thoth's micropipenv

## [1.8.0] - 2024-Aug-01 - Lumír Balhar <[email protected]>

### Added

* Test with pip=24.2

### Fixed

* Support for `[[tool.poetry.source]]` without any URL
* Terminal condition for possible endless loops in the implementation of default/devel package groups

## [1.7.0] - 2024-Jun-21 - Lumír Balhar <[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.7.0"
__version__ = "1.8.0"
__author__ = "Fridolin Pokorny <[email protected]>"
__title__ = "micropipenv"

Expand Down

0 comments on commit 0b203e0

Please sign in to comment.