Skip to content

Commit

Permalink
Merge 2008531 into 7afc2d6
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Feb 11, 2021
2 parents 7afc2d6 + 2008531 commit cbed69d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ Notable changes to Conduit are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project aspires to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.7.1] - Released 2021-02-11

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -15,7 +15,7 @@ endif()
# Conduit
################################

project(conduit VERSION "0.7.0")
project(conduit VERSION "0.7.1")

################################
# Build Options
Expand Down
4 changes: 2 additions & 2 deletions src/docs/sphinx/conf.py
Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.0'
version = '0.7.1'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
24 changes: 24 additions & 0 deletions src/docs/sphinx/releases.rst
Expand Up @@ -13,6 +13,30 @@ https://github.com/LLNL/conduit/releases
.. note:: Conduit uses `BLT <https://github.com/LLNL/blt>`__ as its core CMake build system. We leverage BLT as a git submodule, however github does not include submodule contents in its automatically created source tarballs. To avoid confusion, starting with v0.3.0 we provide our own source tarballs that include BLT.


v0.7.1
---------------------------------

* `Source Tarball <https://github.com/LLNL/conduit/releases/download/v0.7.1/conduit-v0.7.1-src-with-blt.tar.gz>`__

Highlights
++++++++++++++++++++++++++++++++++++

(Extracted from Conduit's :download:`Changelog <../../../CHANGELOG.md>`)


Fixed
~~~~~


* **General**

* Fixed a bug with Conduit's C interface including C++ headers.

* **Blueprint**

* Fixed a bug with ``blueprint::mesh::matset::to_silo`` and ``blueprint::mesh::field::to_silo`` that could modify input values.


v0.7.0
---------------------------------

Expand Down

0 comments on commit cbed69d

Please sign in to comment.