Skip to content

Commit 949658d

Browse files
Add pex tool to release page and bump version (#42)
* Add package label to pex tool * Bump version
1 parent 60a1a10 commit 949658d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.4.0
2+
-------------
3+
* Add please_pex tool to releases page
4+
* Improve error logging in wheel_resolver tool #39
5+
* Make `WheelNameScheme` repeatable field #41
6+
17
Version 0.3.0
28
-------------
39
* Remove @self target prefixes since targets are now relatively resolved since Please v16.19.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

tools/please_pex/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ go_binary(
99
"//tools/please_pex/pex",
1010
],
1111
visibility = ["PUBLIC"],
12+
labels = ["hlink:plz-out/package"],
1213
)
1314

1415
python_test(

0 commit comments

Comments
 (0)