Skip to content

Commit

Permalink
Prepare for the hotfix release 0.0.61.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lawson committed Nov 23, 2015
1 parent 864eb69 commit 2a5e82e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Created by running `./build-support/bin/contributors.sh`.
+ Cody Gibb
+ Craig Schertz
+ Dan Davydov
+ Dan Harrison
+ Daniel Anderson
+ David Taylor
+ David Turner
Expand Down
27 changes: 27 additions & 0 deletions src/python/pants/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
RELEASE HISTORY
===============

0.0.61 (11/23/2015)
-------------------

Release Notes
~~~~~~~~~~~~~

This is a hotfix release to fix two regressions in 0.0.60. It also happens to
include a small UX improvement for the console output of isolated compiles.

Bugfixes
~~~~~~~~

* Make sure the deprecated pants.backend.core.tasks.task module is bundled.
`RB #3164 <https://rbcommons.com/s/twitter/r/3164>`_

* Revert "Isolate .pex dir"
`Issue #2610 <https://github.com/pantsbuild/pants/issues/2610>`_
`RB #3135 <https://rbcommons.com/s/twitter/r/3135>`_
`RB #3163 <https://rbcommons.com/s/twitter/r/3163>`_

Small improvements, Refactoring and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* During a jvm compile, include a running count in the printed log.
`RB #3153 <https://rbcommons.com/s/twitter/r/3153>`_

0.0.60 (11/21/2015)
-------------------

Expand All @@ -19,6 +45,7 @@ removes several deprecated options and methods:
* `pants.build_graph.target._set_no_cache`.

The following modules have been moved, with their old locations now deprecated:

* `pants.backend.core.tasks.console_task` -> `pants.task.console_task`.
* `pants.backend.core.tasks.task` -> `pants.task.task`.

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 @@ -6,4 +6,4 @@
unicode_literals, with_statement)


VERSION = '0.0.60'
VERSION = '0.0.61'

0 comments on commit 2a5e82e

Please sign in to comment.