Skip to content

Commit

Permalink
Prepare 2.3.0.dev2 (pantsbuild#11507)
Browse files Browse the repository at this point in the history
[ci skip-rust]
  • Loading branch information
stuhood authored Feb 1, 2021
1 parent 228d763 commit c57d3ca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0.dev1
2.3.0.dev2
18 changes: 18 additions & 0 deletions src/python/pants/notes/2.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 2.3.0.dev2 (Jan 31, 2021)

### New Features

* Allow specifying files with `--url-template`. ([#11499](https://github.com/pantsbuild/pants/pull/11499))

### User API Changes

* Bump default MyPy version to 0.800 ([#11506](https://github.com/pantsbuild/pants/pull/11506))

* Add `--remote-store-headers` and fix `--remote-execution-headers` to not impact remote caching ([#11501](https://github.com/pantsbuild/pants/pull/11501))

* Deprecate `[python-setup].resolver_version` defaulting to pip legacy resolver ([#11497](https://github.com/pantsbuild/pants/pull/11497))

### Performance

* Make remote cache writes async ([#11479](https://github.com/pantsbuild/pants/pull/11479))

## 2.3.0.dev1 (Jan 21, 2021)

### New Features
Expand Down

0 comments on commit c57d3ca

Please sign in to comment.