Skip to content

Commit

Permalink
Merge pull request #1139 from buildtesters/release_0.15.0
Browse files Browse the repository at this point in the history
v0.15.0 release
  • Loading branch information
shahzebsiddiqui authored Jul 1, 2022
2 parents d308f43 + 36d5089 commit 09d7a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildtest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILDTEST_VERSION = "0.14.0"
BUILDTEST_VERSION = "0.15.0"
__version__ = BUILDTEST_VERSION
BUILDTEST_COPYRIGHT = "Copyright (c) 2021-2022, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Shahzeb Siddiqui, and Vanessa Sochat. All rights reserved."
1 change: 1 addition & 0 deletions docs/what_is_buildtest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Timeline
:header: "Date", "Version", "Description"
:widths: 20, 20, 80

**Jun 30th 2022**, "`v0.15.0 <https://github.com/buildtesters/buildtest/releases/tag/v0.15.0>`_", "Several options added for ``buildtest report`` command including **--count**, **--start**, **--end**, **--failure**. The ``buildtest build --timeout`` can timeout test in number of seconds. Add new command ``buildtest buildspec find maintainers`` to query maintainer details. The ``buildtest config path`` command can show path to configuration file. The ``buildtest --editor`` option can specify your preferred editor when editing files."
**Mar 18th 2022**, "`v0.14.0 <https://github.com/buildtesters/buildtest/releases/tag/v0.14.0>`_", "Remove ``version`` property from buildspec structure and all schema files. Add support for test dependencies using ``needs`` property. Several new options to **buildtest build** such as ``--rerun``, ``--executor-type``, ``--modules``, ``--module-purge``, ``--unload-modules``. Add ``--pager`` option for several buildtest commands for PAGING output."
**Jan 20th 2022**, "`v0.13.0 <https://github.com/buildtesters/buildtest/releases/tag/v0.13.0>`_", "Add options ``--proc`` and ``--nodes`` to **buildtest build** to specify arbitrary process and node count for batch jobs. Add new commands ``buildtest unittests`` and ``buildtest stylecheck``. Allow one to specify alternate python wrapper via environment ``BUILDTEST_PYTHON``. "
**Dec 17th 2021**, "`v0.12.0 <https://github.com/buildtesters/buildtest/releases/tag/v0.12.0>`_", "Make use of `rich <https://rich.readthedocs.io/en/stable/index.html>`_ library for printing output for various buildtest commands. Add new commands such ``buildtest debugreport`` and ``buildtest config edit``. We removed few commands including ``buildtest config summary``, ``buildtest inspect id``."
Expand Down

0 comments on commit 09d7a4d

Please sign in to comment.