Skip to content

Commit bc85638

Browse files
authored
Prepare release 0.10.1. (#275)
1 parent 0009d7c commit bc85638

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## 0.10.1
4+
5+
This release fixes an issue where some Mac machines were unable to install Pants due to a missing
6+
`--find-links` argument.
7+
8+
It also supports fetching Pants PEXes from behind a firewall.
9+
310
## 0.10.0
411

512
This release deprecates support for running against an arbitrary Pants commit using

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
[package]
77
name = "scie-pants"
88
description = "Protects your Pants from the elements."
9-
version = "0.10.0"
9+
version = "0.10.1"
1010
edition = "2021"
1111
authors = [
1212
"John Sirois <[email protected]>",

0 commit comments

Comments
 (0)