Skip to content

Commit d1f2ecb

Browse files
authored
Prepare 0.10.4 (#312)
Planned to go in after #311.
1 parent c609db0 commit d1f2ecb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

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

3+
## 0.10.4
4+
5+
This release fixes a regression when using `PANTS_DEBUG`. The bundled Python interpreter has also
6+
been upgraded to release `20231002` to address a potential issue with `libcrypt.so.1` on Linux
7+
systems.
8+
39
## 0.10.3
410

511
This release ensures scie-pants obeys the `PANTS_BOOTSTRAP_URLS` environment variable. This

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

0 commit comments

Comments
 (0)