Skip to content

Commit

Permalink
Prepare the 2.9.0.dev1 release. (#13610)
Browse files Browse the repository at this point in the history
[ci skip-rust]
  • Loading branch information
benjyw authored Nov 14, 2021
1 parent 996ff41 commit 815b3d8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Created by running `./build-support/bin/contributors.sh`.
+ Jonathan Sokolowski
+ Josh Reed
+ Josh Soref
+ Joshua Cannon
+ Joshua Cohen
+ Joshua Humphries
+ Justin Trobec
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.9.0.dev0
2.9.0.dev1
34 changes: 34 additions & 0 deletions src/python/pants/notes/2.9.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# 2.9.x Release Series

## 2.9.0.dev1 (Nov 13, 2021)

### New Features

* Add `instructions` field to `docker_image` to support generating the Dockerfile ([#13386](https://github.com/pantsbuild/pants/pull/13386))

* Add `--unowned-dependency-behavior` option for Python ([#13491](https://github.com/pantsbuild/pants/pull/13491))

### User API Changes

* Upgrade default pylint to v2.11.1 ([#13585](https://github.com/pantsbuild/pants/pull/13585))

### Plugin API Changes

* [plugin-api] Add `default_glob_match_error_behavior` to `SourcesField`. ([#13578](https://github.com/pantsbuild/pants/pull/13578))

### Bug fixes

* Fix `--no-print-stacktrace`. ([#13539](https://github.com/pantsbuild/pants/pull/13539))

### Performance

* Do not invalidate parent paths when only file content has changed ([#13566](https://github.com/pantsbuild/pants/pull/13566))

* Fix caching of binary lookups and avoid re-running `pytest` setup for environment changes ([#13559](https://github.com/pantsbuild/pants/pull/13559))

* Fix slow performance from recursive `__repr__` and `__hash__` for Go ([#13492](https://github.com/pantsbuild/pants/pull/13492))

* Go: improve performance of first-party package analysis ([#13476](https://github.com/pantsbuild/pants/pull/13476))

### Documentation

* Fix `tailor` confusion with macros vs. targets ([#13574](https://github.com/pantsbuild/pants/pull/13574))

## 2.9.0.dev0 (Nov 03, 2021)

### New Features
Expand Down

0 comments on commit 815b3d8

Please sign in to comment.