Skip to content

Commit

Permalink
Prepare 2.11.1rc3. (#15912)
Browse files Browse the repository at this point in the history
[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
stuhood committed Jun 23, 2022
1 parent 395eeb0 commit 6dc3e42
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/python/pants/notes/2.11.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 2.11.x Release Series

## 2.11.1rc3 (Jun 23, 2022)

### Bug fixes

* Fix `[python-infer].inits` and `[python-infer].conftests` to consider `resolve` field (Cherry-pick of #15787) ([#15794](https://github.com/pantsbuild/pants/pull/15794))

### Documentation

* Fix broken links to `tailor` documentation ([#15844](https://github.com/pantsbuild/pants/pull/15844))

* Handle anchors in `doc_url()` correctly (cherrypick of #15812) ([#15822](https://github.com/pantsbuild/pants/pull/15822))

## 2.11.1rc2 (May 31, 2022)

### User API Changes
Expand Down Expand Up @@ -32,7 +44,7 @@

* jvm: fix incorrect check for root-only `ClasspathEntryRequest` implementations (Cherry pick of #15494) ([#15497](https://github.com/pantsbuild/pants/pull/15497))

* Fix incorrect digest for JVM multiple jvm_artifact(.., jar=..) entries (Cherry-pick of #15571) ([#15610](https://github.com/pantsbuild/pants/pull/15610))
* Fix incorrect digest for JVM multiple `jvm_artifact(.., jar=..)` entries (Cherry-pick of #15571) ([#15610](https://github.com/pantsbuild/pants/pull/15610))

## 2.11.1rc0 (May 13, 2022)

Expand Down

0 comments on commit 6dc3e42

Please sign in to comment.