Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Adam J. Kunen <kunen1@llnl.gov> Adam J. Kunen <kunen1@sierra1626
Adrien M. Bernede <bernede1@llnl.gov> Adrien Bernede <51493078+adrienbernede@users.noreply.github.com>
Aesha Parekh <aeshabparekh@gmail.com> Aesha Parekh <29237123+aeshapar@users.noreply.github.com>
Alan Dayton <dayton8@llnl.gov> Alan Dayton <6393677+adayton1@users.noreply.github.com>
Alex Tyler Chapman <chapman39@llnl.gov> chapman39 <chapman39@llnl.gov>
Alex Tyler Chapman <chapman39@llnl.gov> Alex Tyler Chapman <100869159+chapman39@users.noreply.github.com>
Arlie Capps <capps2@llnl.gov> Arlie Capps <capps2@cab669.llnl.gov>
Arlie Capps <capps2@llnl.gov> Arlie Capps <capps2@cab689.llnl.gov>
Arlie Capps <capps2@llnl.gov> Arlie Capps <48997041+agcapps@users.noreply.github.com>
Expand Down Expand Up @@ -35,6 +37,7 @@ Jacob Spainhour <Jacob.Spainhour@colorado.edu> jcs15c <Jacob.Spainhour@colorado
Jacob Spainhour <Jacob.Spainhour@colorado.edu> Jacob Spainhour <jcs15c@my.fsu.edu>
Jacob Spainhour <Jacob.Spainhour@colorado.edu> Jacob Spainhour <spainhour1@llnl.gov>
Jamie A. Bramwell <bramwell1@llnl.gov> Jamie Bramwell <bramwell1@llnl.gov>
Jason Burmark <burmark1@llnl.gov> Jason Burmark <MrBurmark@users.noreply.github.com>
Joe Hennis <hennis1@llnl.gov> Hennis <hennis1@luz.llnl.gov>
Joe Hennis <hennis1@llnl.gov> hennis1 <73615573+hennis1@users.noreply.github.com>
Josh Essman <essman1@llnl.gov> Josh Essman <68349992+joshessman-llnl@users.noreply.github.com>
Expand Down
2 changes: 2 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ authors:
orcid: "https://orcid.org/0000-0003-0511-2645"
- family-names: Bergel
given-names: Guy
- family-names: Burmark
given-names: Jason
- family-names: Carson
given-names: Robert
- family-names: Corbett
Expand Down
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/

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

## [Version 0.15.0] - Release date 2026-08-28

### Added
- Primal: Functions to evaluate surface and volume integrals over collections of `BezierPatch` and `NURBSPatch` objects.
- Quest: An example to evaluate surface and volume integrals over a STEP model
Expand Down Expand Up @@ -1525,7 +1527,8 @@ 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.14.0...develop
[Unreleased]: https://github.com/LLNL/axom/compare/v0.15.0...develop
[Version 0.15.0]: https://github.com/LLNL/axom/compare/v0.14.0...v0.15.0
[Version 0.14.0]: https://github.com/LLNL/axom/compare/v0.13.0...v0.14.0
[Version 0.13.0]: https://github.com/LLNL/axom/compare/v0.12.0...v0.13.0
[Version 0.12.0]: https://github.com/LLNL/axom/compare/v0.11.0...v0.12.0
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 @@
# otherwise, the hard-coded values will go in to the config.
#------------------------------------------------------------------------------
set(AXOM_VERSION_MAJOR 0)
set(AXOM_VERSION_MINOR 14)
set(AXOM_VERSION_MINOR 15)
set(AXOM_VERSION_PATCH 0)
string(CONCAT AXOM_VERSION_FULL
"v${AXOM_VERSION_MAJOR}"
Expand Down