Skip to content

Commit

Permalink
Merge pull request #1165 from LLNL/main
Browse files Browse the repository at this point in the history
v0.8.1 main mergeback
  • Loading branch information
kennyweiss committed Aug 17, 2023
2 parents 8ba4d3b + 0da8a5b commit f643fce
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license: BSD-3-Clause
authors:
- family-names: Capps
given-names: Arlie
orcid: "https://orcid.org/0000-0003-0511-2645"
- family-names: Carson
given-names: Robert
- family-names: Corbett
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*******************************************************************************

Axom: ................................, version 0.7.0
Axom: ................................, version 0.8.1

Copyright (c) 2017-2023, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.
Expand Down
15 changes: 14 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/

## [Unreleased] - Release date yyyy-mm-dd

## [v0.8.1] - Release date 2023-08-16

### Changed
- Updates to [RAJA version 2023.06.0][https://github.com/LLNL/RAJA/releases/tag/v2023.06.0]
- Updates to [camp version 2023.06.0][https://github.com/LLNL/camp/releases/tag/v2023.06.0]
- Updates to [Umpire version 2023.06.0][https://github.com/LLNL/Umpire/releases/tag/v2023.06.0]

### Fixed
- Fixed MFEMSidreDataCollection finite element space bug
- Various fixes to CMake machinery

## [v0.8.0] - Release date 2023-07-26

### Added
Expand Down Expand Up @@ -958,7 +969,9 @@ fractions for the associated materials must be supplied before shaping.
- Use this section in case of vulnerabilities


[Unreleased]: https://github.com/LLNL/axom/compare/v0.7.0...develop
[Unreleased]: https://github.com/LLNL/axom/compare/v0.8.1...develop
[Version 0.8.1]: https://github.com/LLNL/axom/compare/v0.8.0...v0.8.1
[Version 0.8.0]: https://github.com/LLNL/axom/compare/v0.7.0...v0.8.0
[Version 0.7.0]: https://github.com/LLNL/axom/compare/v0.6.1...v0.7.0
[Version 0.6.1]: https://github.com/LLNL/axom/compare/v0.6.0...v0.6.1
[Version 0.6.0]: https://github.com/LLNL/axom/compare/v0.5.0...v0.6.0
Expand Down
1 change: 1 addition & 0 deletions scripts/spack/packages/axom/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class Axom(CachedCMakePackage, CudaPackage, ROCmPackage):

version("main", branch="main")
version("develop", branch="develop")
version("0.8.1", tag="v0.8.1")
version("0.8.0", tag="v0.8.0")
version("0.7.0", tag="v0.7.0")
version("0.6.1", tag="v0.6.1")
Expand Down
2 changes: 1 addition & 1 deletion src/cmake/AxomVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#------------------------------------------------------------------------------
set(AXOM_VERSION_MAJOR 0)
set(AXOM_VERSION_MINOR 8)
set(AXOM_VERSION_PATCH 0)
set(AXOM_VERSION_PATCH 1)
string(CONCAT AXOM_VERSION_FULL
"v${AXOM_VERSION_MAJOR}"
".${AXOM_VERSION_MINOR}"
Expand Down

0 comments on commit f643fce

Please sign in to comment.