Skip to content

Commit

Permalink
Prepare 2.5.0.dev3 (pantsbuild#11968)
Browse files Browse the repository at this point in the history
[ci skip-rust]
  • Loading branch information
Eric-Arellano authored Apr 23, 2021
1 parent bc4753c commit 09e2ab1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0.dev2
2.5.0.dev3
4 changes: 3 additions & 1 deletion src/python/pants/notes/2.4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ See https://www.pantsbuild.org/v2.4/docs/release-notes-2-4 for an overview of th

## 2.4.1rc0 (Apr 20, 2021)

### Bug fixes
### User API Changes

* Run MyPy only on specified files, not transitive closure (Cherry-pick of #11936) ([#11938](https://github.com/pantsbuild/pants/pull/11938))

### Bug fixes

* Fix remote cache writes to not block the Pants run (Cherry-pick of #11947) ([#11950](https://github.com/pantsbuild/pants/pull/11950))

## 2.4.0 (Apr 19, 2021)
Expand Down
20 changes: 20 additions & 0 deletions src/python/pants/notes/2.5.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 2.5.0.dev3 (Apr 23, 2021)

### User API Changes

* Upgrade the default mypy to a version that works with namespace packages ([#11945](https://github.com/pantsbuild/pants/pull/11945))

* Run MyPy only on specified files, not transitive closure ([#11936](https://github.com/pantsbuild/pants/pull/11936))

### Plugin API Changes

* Upgrade Pants to Pex 2.1.40. ([#11964](https://github.com/pantsbuild/pants/pull/11964))

### Bug fixes

* Release pants.pex in `--unzip` mode to workaround not loading properly ([#11955](https://github.com/pantsbuild/pants/pull/11955))

* Fix remote cache writes to not block the Pants run ([#11947](https://github.com/pantsbuild/pants/pull/11947))

* Fix python process name extraction. ([#11966](https://github.com/pantsbuild/pants/pull/11966))

## 2.5.0.dev2 (Apr 16, 2021)

### New Features
Expand Down

0 comments on commit 09e2ab1

Please sign in to comment.