Skip to content

Commit 6a368c5

Browse files
authored
Prepare the 0.10.5 release (#339)
1 parent c24cbd4 commit 6a368c5

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## 0.10.5
4+
5+
This release upgrades the underlying version of scie-jump to 0.14.0, which provides the
6+
following fixes:
7+
- It statically links xz, thus avoiding a dynamic linking dependency on a (Homebrew-installed)
8+
package that may not be present at runtime on MacOS.
9+
- It supports variable substitution in double quoted values in `.env` files.
10+
311
## 0.10.4
412

513
This release fixes a regression when using `PANTS_DEBUG`. The bundled Python interpreter has also

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

package/scie-pants.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "0.7.0"
1212
argv1 = "{scie.env.PANTS_BOOTSTRAP_URLS={scie.lift}}"
1313

1414
[lift.scie_jump]
15-
version = "0.13.0"
15+
version = "0.14.0"
1616

1717
[[lift.interpreters]]
1818
id = "cpython38"

0 commit comments

Comments
 (0)