Skip to content

Commit

Permalink
Prepare the 2.15.1rc2 release. (pantsbuild#18801)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaos authored Apr 23, 2023
1 parent ca873f5 commit aa19ffa
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions src/python/pants/notes/2.15.x.md
Original file line number Diff line number Diff line change
@@ -98,6 +98,28 @@ for more information.

----

## 2.15.1rc2 (Apr 23, 2023)

### Bug Fixes

* The `OverridesField.compute_value()` must return a hashable value. (Cherry-pick of #18787) ([#18798](https://github.com/pantsbuild/pants/pull/18798))

* Use address as stable key when batching field sets in `lint`/`test` (Cherry-pick of #18725) ([#18733](https://github.com/pantsbuild/pants/pull/18733))

* Fix `repr` for `Field`s that don't define `default`. (Cherry-pick of #18719) ([#18723](https://github.com/pantsbuild/pants/pull/18723))

* Fix JVM resource JAR creation on older Mac OSes (Cherry-pick of #18673) ([#18675](https://github.com/pantsbuild/pants/pull/18675))

### Documentation

* Jacob Floyd/Huon Wilson updates to team page (Cherry-pick of #18221) ([#18795](https://github.com/pantsbuild/pants/pull/18795))

* Remove defunct newsletter (Cherry-pick of #18355) ([#18796](https://github.com/pantsbuild/pants/pull/18796))

* Add Pylint post (Cherry-pick of #18079) ([#18794](https://github.com/pantsbuild/pants/pull/18794))

* Remove a python-specific tip from the general prereqs page. (Cherry-pick of #18637) ([#18651](https://github.com/pantsbuild/pants/pull/18651))

## 2.15.1rc1 (Mar 31, 2023)

### Bug fixes
@@ -134,14 +156,6 @@ for more information.

* Some doc fixes suggested by users. (Cherry-pick of #18393) ([#18394](https://github.com/pantsbuild/pants/pull/18394))

### Internal (put these in a PR comment for review, not the release notes)

* Fixup release docs for docs/. (Cherry-pick of #18440 & #18441) ([#18444](https://github.com/pantsbuild/pants/pull/18444))

* docs: bump updatedAt time (Cherry pick of #18436) ([#18438](https://github.com/pantsbuild/pants/pull/18438))

* docs: add 2.15 link to changelog (Cherry-pick of #18428) ([#18432](https://github.com/pantsbuild/pants/pull/18432))

## 2.15.0 (Feb 24, 2023)

The first stable release of the series, with no changes since the previous `rc`!
@@ -488,7 +502,7 @@ The first stable release of the series, with no changes since the previous `rc`!

### Bug fixes

* [internal] Move pyoxidized pants binary out of the main source tree ([#16703](https://github.com/pantsbuild/pants/pull/16703))
* Move pyoxidized pants binary out of the main source tree ([#16703](https://github.com/pantsbuild/pants/pull/16703))

### Documentation

0 comments on commit aa19ffa

Please sign in to comment.