Skip to content

Commit

Permalink
add 1.0 release and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Oct 14, 2022
1 parent f92adab commit 5f27b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
CHANGELOG
=========

v1.0 (T.B.D)
--------------
v1.0 (Oct 14th 2022)
---------------------

- Add support for configuring programming environment in buildtest configuration `#1270 <https://github.com/buildtesters/buildtest/pull/1270>`_
- Remove Spell Check CI `#1267 <https://github.com/buildtesters/buildtest/pull/1267>`_
- Add support to skip buildspec via **skip** property to skip all test in a buildspec instead of updating every test with **skip** property `#1265 <https://github.com/buildtesters/buildtest/pull/1265>`_
- Add subcommand ``buildtest report path`` to print path to the report file being used `#1260 <https://github.com/buildtesters/buildtest/pull/1260>`_
Expand Down
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.15.0"
BUILDTEST_VERSION = "1.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."

0 comments on commit 5f27b7a

Please sign in to comment.