Skip to content

Commit 7fc1471

Browse files
authored
Prepare the 0.4.0 release. (#97)
1 parent 41900c4 commit 7fc1471

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGES.md

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

3+
## 0.4.0
4+
5+
This release supports use of the `scie-pants` binary in the Pants repo being defaulted to
6+
`PANTS_SOURCE=. pants` behavior; i.e.: If you run `pants` in the Pants repo, it will do what you
7+
probably expect: not run Pants from a released version (since the Pants repo specifies none), not
8+
prompt you to set `pants_version` (because that's almost surely not what you want), but run Pants
9+
from the local repo sources.
10+
311
## 0.3.2
412

513
This release fixes the Pants from sources feature added in 0.3.0 to forward command line arguments

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

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ The `scie-pants` binary will re-install versions of Pants you have already insta
111111
directory that is different from the `~/.cache/pants/setup` directory used by the `./pants` script.
112112
This is a one-time event per Pants version.
113113

114-
The `scie-pants` does not work in the Pants repo itself. That repo has a special `./pants` script
115-
and declares no `pants_version`. As such, if you run `scie-pants` in the Pants repo, you'll be
116-
prompted to set up the latest stable version of Pants. You can just answer no and remember not to
117-
use `scie-pants` in the Pants repo.
118-
119114
## Solving Problems
120115

121116
### Try upgrading

0 commit comments

Comments
 (0)