Skip to content

Commit 41ad843

Browse files
authored
Prepare 0.10.3 (#297)
The only user-visible feature is #293, plus the doc changes in #296. There's various (hopefully, internal-only) dependency upgrades and similar. Full changes: v0.10.2...91477f6 ([This time](#289), I remembered to bump `Cargo.lock`.)
1 parent 91477f6 commit 41ad843

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.3
4+
5+
This release ensures scie-pants obeys the `PANTS_BOOTSTRAP_URLS` environment variable. This
6+
environment variable can be set to the path of JSON file, and (now) allows overriding the default
7+
locations from which scie-pants fetches Python interpreters and Pants PEXes, to [support
8+
firewalls](https://github.com/pantsbuild/scie-pants#firewall-support).
9+
310
## 0.10.2
411

512
This release improves diagnostics and logging.

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.2"
9+
version = "0.10.3"
1010
edition = "2021"
1111
authors = [
1212
"John Sirois <[email protected]>",

0 commit comments

Comments
 (0)