Skip to content

Commit

Permalink
Prepare the 1.4.0.dev15 release. (pantsbuild#4954)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Oct 8, 2017
1 parent 2a9a4b9 commit 4716eb1
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ Yujie Chen <[email protected]>
Ny Saechao <[email protected]>
Roger Jiang <[email protected]>
Sameer Brenn <[email protected]>
Justin Trobec <[email protected]>
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Created by running `./build-support/bin/contributors.sh`.
+ Dan Harrison
+ Daniel Anderson
+ Daniel Bentley
+ Daniel Peebles
+ Daniel Wagner-Hall
+ Dave Brewster
+ David Taylor
Expand Down
3 changes: 1 addition & 2 deletions build-support/bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ RELEASE_PACKAGES=(
function execute_packaged_pants_with_internal_backends() {
pip install --ignore-installed \
-r pants-plugins/3rdparty/python/requirements.txt &> /dev/null && \
pants \
--python-repos-repos="${DEPLOY_WHEEL_DIR}" \
PANTS_PYTHON_REPOS_REPOS="${DEPLOY_WHEEL_DIR}" pants \
--no-verify-config \
--pythonpath="['pants-plugins/src/python']" \
--backend-packages="[\
Expand Down
66 changes: 66 additions & 0 deletions src/python/pants/notes/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,72 @@ This document describes ``dev`` releases which occur weekly from master, and whi
not undergo the vetting associated with ``stable`` releases.


1.4.0.dev15 (10/7/2017)
-----------------------

New Features
~~~~~~~~~~~~

* Send timing/cache report to stderr (#4946)
`PR #4946 <https://github.com/pantsbuild/pants/pull/4946>`_

* Allow users to tell pants where to look for python interpreters (#4930)
`PR #4930 <https://github.com/pantsbuild/pants/pull/4930>`_

Bugfixes
~~~~~~~~

* Fix `BundleIntegrationTest`. (#4953)
`PR #4953 <https://github.com/pantsbuild/pants/pull/4953>`_

* Pin Rust version to 1.20.0 (#4941)
`PR #4941 <https://github.com/pantsbuild/pants/pull/4941>`_

* Remove bad string (#4942)
`PR #4942 <https://github.com/pantsbuild/pants/pull/4942>`_

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Load the native engine lib from a pkg_resource. (#4914)
`PR #4914 <https://github.com/pantsbuild/pants/pull/4914>`_

* Switch from rust-crypto to sha2 (#4951)
`PR #4951 <https://github.com/pantsbuild/pants/pull/4951>`_

* Exclude target directories from rustfmt (#4950)
`PR #4950 <https://github.com/pantsbuild/pants/pull/4950>`_

* Update tar to a released version (#4949)
`PR #4949 <https://github.com/pantsbuild/pants/pull/4949>`_

* Mention name of binary we can't find (#4947)
`PR #4947 <https://github.com/pantsbuild/pants/pull/4947>`_

* Reformat rust files (#4948)
`PR #4948 <https://github.com/pantsbuild/pants/pull/4948>`_

* Bump cffi dep to latest (1.11.1). (#4944)
`PR #4944 <https://github.com/pantsbuild/pants/pull/4944>`_

* Upgrade gcc to cc 1.0 (#4945)
`PR #4945 <https://github.com/pantsbuild/pants/pull/4945>`_

* Preserve soft excludes bug while removing duplicates (#4940)
`PR #4940 <https://github.com/pantsbuild/pants/pull/4940>`_

* Move --open-with under idea-plugin to regular options (#4939)
`PR #4939 <https://github.com/pantsbuild/pants/pull/4939>`_

* Memoize strict deps and exports (#4934)
`PR #4934 <https://github.com/pantsbuild/pants/pull/4934>`_

* Use `uname` in place of `arch`. (#4928)
`PR #4928 <https://github.com/pantsbuild/pants/pull/4928>`_

* Update futures to 0.1.16 and futures-cpupool to 0.1.6 (#4925)
`PR #4925 <https://github.com/pantsbuild/pants/pull/4925>`_

1.4.0.dev14 (10/2/2017)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from packaging.version import Version


VERSION = '1.4.0.dev14'
VERSION = '1.4.0.dev15'

PANTS_SEMVER = Version(VERSION)

0 comments on commit 4716eb1

Please sign in to comment.