Skip to content

Commit 68e9e21

Browse files
authored
Tag v1.12.1 (#232)
1 parent 913819a commit 68e9e21

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

Diff for: ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.12.1
2+
--------------
3+
* Fix exploding of zip-unsafe pexes (#231)
4+
15
Version 1.12.0
26
--------------
37
* Import hooks are now added in the `plz` module and are hence more usefully importable (#229)

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.12.1

Diff for: tools/BUILD

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ subinclude("//build_defs:version")
22

33
version(name = "version")
44

5-
TOOLS_VERSION = "1.6.0"
5+
TOOLS_VERSION = "1.6.1"
66

77
remote_file(
88
name = "please_pex",
99
url = f"https://github.com/please-build/python-rules/releases/download/tools-v{TOOLS_VERSION}/please_pex-{TOOLS_VERSION}-{CONFIG.OS}_{CONFIG.ARCH}",
1010
hashes = [
11-
"0d6eb076ec37023a8f708b1f4516d7cb960be824115a110fb41b97083e14bbab", # please_pex-1.6.0-darwin_amd64
12-
"c41ee9db0224b257ced02b91823d03eeaa67748a2567cd47b5bf1c09ba930359", # please_pex-1.6.0-darwin_arm64
13-
"9f07d77c20dbb9f81c84d5ea636c88ec830b2cbd498e8c29553c83921ef444b2", # please_pex-1.6.0-freebsd_amd64
14-
"d1e07210f4834b971a6e606e8952c4c33b7403f649f75b29f927d3676c29d3b4", # please_pex-1.6.0-linux_amd64
15-
"160ed67502b7f2e71b08cde44439a3748852d663cfab42f82aece1666f3cef19", # please_pex-1.6.0-linux_arm64
11+
"eaeca3305a584ceff873550cc3f00779ce69829d98c4793adf7a2467a9e227d0", # please_pex-1.6.1-darwin_amd64
12+
"eb8c8230859393e2c7f964525c37f492d799808beddef3fe091b8c10e85125b3", # please_pex-1.6.1-darwin_arm64
13+
"19d5118a6f99975fa17209b996abc47d0ae632135921df6d0e87619a6843828c", # please_pex-1.6.1-freebsd_amd64
14+
"321bf379b953d4138e0c4ae15f0b129917d3f8174504f75c1f6bc5676b4eeb3b", # please_pex-1.6.1-linux_amd64
15+
"226384ea7b9b9e06eb2a000655c7557ac4fb0542aba1d6ed7b26b21ea92d441e", # please_pex-1.6.1-linux_arm64
1616
],
1717
binary = True,
1818
visibility = ["PUBLIC"],

0 commit comments

Comments
 (0)