Skip to content

Commit

Permalink
Tag v1.7.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnovakovic authored Jun 19, 2024
1 parent 61524bf commit f3c3f87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 1.7.0
-------------
* Always clean up exploded pex files when exiting the Python entry point
(#142)
* `python_test`: add `env` parameter (#140)
* `python_test`: make in-repo interpreter available to test at runtime
(#141)
* Add plugin configuration option `require_licences`, which controls
whether the `licences` parameter is mandatory for `pip_library` and
`python_wheel` (#128)
* Upgrade coverage to 7.5.0 (#139, #144)

Version 1.6.0
-------------
* Allow for use of the wheel tool to resolve to pypi if not found in urls
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.7.0

0 comments on commit f3c3f87

Please sign in to comment.