Skip to content

Commit

Permalink
Update release files required for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfadden8 committed Apr 7, 2022
1 parent 8e766fd commit 6bf231b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2022.03.1 - 2022-04-12]

- Fix reported build errors by setting UMPIRE_ENABLE_DOCS back to OFF by default
since building documentation sets requires additional tools to build properly.

## [v2022.03.0 - 2022-03-14]

### Build Changes and Updates
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include(CMakePackageConfigHelpers)

project(Umpire
LANGUAGES CXX C
VERSION 2022.03.0)
VERSION 2022.03.1)

cmake_minimum_required(VERSION 3.14)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/LLNL/Umpire/develop/share/umpire/logo/umpire-logo.png" width="128" valign="middle" alt="Umpire"/> Umpire v2022.03.0
# <img src="https://cdn.rawgit.com/LLNL/Umpire/develop/share/umpire/logo/umpire-logo.png" width="128" valign="middle" alt="Umpire"/> Umpire v2022.03.1

[![Travis Build Status](https://travis-ci.com/LLNL/Umpire.svg?branch=develop)](https://travis-ci.com/LLNL/Umpire)
[![Azure Pipelines Build Status](https://dev.azure.com/davidbeckingsale/Umpire/_apis/build/status/LLNL.Umpire?branchName=develop)](https://dev.azure.com/davidbeckingsale/Umpire/_build/latest?definitionId=1&branchName=develop)
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2022.03.1

This is a patch release of v2022.03 that fixes reported build errors by setting `UMPIRE_ENABLE_DOCS` back to OFF
by default since building documentation sets requires additional tools to build properly.

# v2022.03.0

## Changes Impacting Builds
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ author = u'David Beckingsale'
# The short X.Y version.
version = u'2022.03'
# The full version, including alpha/beta/rc tags.
release = u'2022.03.0'
release = u'2022.03.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_release_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##############################################################################

TAR_CMD=gtar
VERSION=2022.03.0
VERSION=2022.03.1

git archive --prefix=umpire-${VERSION}/ -o umpire-${VERSION}.tar HEAD 2> /dev/null

Expand Down

0 comments on commit 6bf231b

Please sign in to comment.