Skip to content

Commit

Permalink
Prepare 0.10.3 (#297)
Browse files Browse the repository at this point in the history
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`.)
  • Loading branch information
huonw committed Sep 29, 2023
1 parent 91477f6 commit 41ad843
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## 0.10.3

This release ensures scie-pants obeys the `PANTS_BOOTSTRAP_URLS` environment variable. This
environment variable can be set to the path of JSON file, and (now) allows overriding the default
locations from which scie-pants fetches Python interpreters and Pants PEXes, to [support
firewalls](https://github.com/pantsbuild/scie-pants#firewall-support).

## 0.10.2

This release improves diagnostics and logging.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
[package]
name = "scie-pants"
description = "Protects your Pants from the elements."
version = "0.10.2"
version = "0.10.3"
edition = "2021"
authors = [
"John Sirois <[email protected]>",
Expand Down

0 comments on commit 41ad843

Please sign in to comment.