Skip to content

Commit

Permalink
Prepare the 2.4.0.dev0 release. (#11613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Feb 28, 2021
1 parent a55ffcd commit b2fbce0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Created by running `./build-support/bin/contributors.sh`.
+ Lei Wang
+ Leo Kim
+ Lex Spoon
+ Liam Wilson
+ Luc Cary
+ Luca Clementi
+ Lukasz Jastrzebski
Expand Down
1 change: 1 addition & 0 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ release_notes = """
'2.1.x': 'src/python/pants/notes/2.1.x.rst',
'2.2.x': 'src/python/pants/notes/2.2.x.md',
'2.3.x': 'src/python/pants/notes/2.3.x.md',
'2.4.x': 'src/python/pants/notes/2.4.x.md',
}
"""

Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0rc0
2.4.0.dev0
34 changes: 34 additions & 0 deletions src/python/pants/notes/2.4.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 2.4.x Stable Releases

See https://www.pantsbuild.org/v2.4/docs/release-notes-2-4 for an overview of the changes in this release series.

## 2.4.0.dev0 (Feb 27, 2021)

### New Features

* Add `--stats-log` to log metrics at end of run ([#11599](https://github.com/pantsbuild/pants/pull/11599))

### User API Changes

* Deprecate --python-setup-resolver-version option. ([#11611](https://github.com/pantsbuild/pants/pull/11611))

* Remove deprecated --remote-store options. ([#11609](https://github.com/pantsbuild/pants/pull/11609))

* Remove deprecated --process-execution-speculation options. ([#11610](https://github.com/pantsbuild/pants/pull/11610))

* Remove deprecated `--remote-execution-server` and `--remote-store-server` options ([#11603](https://github.com/pantsbuild/pants/pull/11603))

* Deprecate unused `--process-execution-local-enable-nailgun` ([#11600](https://github.com/pantsbuild/pants/pull/11600))

### Bug fixes

* Upgrade Pex to 2.1.32 to fix venv script shebangs being too long for some Linux systems. ([#11604](https://github.com/pantsbuild/pants/pull/11604))

### Performance

* Release the Pants PEX in `--venv` mode. ([#11591](https://github.com/pantsbuild/pants/pull/11591))

### Documentation

* Less chatty plugin resolution logging ([#11593](https://github.com/pantsbuild/pants/pull/11593))

0 comments on commit b2fbce0

Please sign in to comment.