From 5f27b7a823eb68b5215f8596f3551fa703e4f273 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Fri, 14 Oct 2022 10:47:21 -0400 Subject: [PATCH] add 1.0 release and update CHANGELOG --- CHANGELOG.rst | 5 +++-- buildtest/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cf596d573..074e837c7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ - Remove Spell Check CI `#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 `_ - Add subcommand ``buildtest report path`` to print path to the report file being used `#1260 `_ diff --git a/buildtest/__init__.py b/buildtest/__init__.py index 52f02351e..ab42626bd 100644 --- a/buildtest/__init__.py +++ b/buildtest/__init__.py @@ -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."