Skip to content

Commit 9e7de3e

Browse files
authored
Merge pull request #493 from lanl/jmm/release-1.9.2-rc
release candidate 1.9.2
2 parents a40403d + 5e77f5e commit 9e7de3e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## Current develop
44

5+
### Added (new features/APIs/variables/...)
6+
7+
### Fixed (Repair bugs, etc)
8+
9+
### Changed (changing behavior/API/variables/...)
10+
11+
### Infrastructure (changes irrelevant to downstream codes)
12+
13+
### Removed (removing behavior/API/varaibles/...)
14+
15+
16+
## Release 1.9.2
17+
Date: 4/7/2025
18+
519
### Added (new features/APIs/variables/...)
620
- [[PR470]](https://github.com/lanl/singularity-eos/pull/470) Add the ability to access lambda elements by named types
721
- [[PR459]](https://github.com/lanl/singularity-eos/pull/459) Add electron and ion tables to EOSPAC and SpinerEOS backends

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------------------------#
2-
# © 2021-2024. Triad National Security, LLC. All rights reserved. This program
2+
# © 2021-2025. Triad National Security, LLC. All rights reserved. This program
33
# was produced under U.S. Government contract 89233218CNA000001 for Los Alamos
44
# National Laboratory (LANL), which is operated by Triad National Security, LLC
55
# for the U.S. Department of Energy/National Nuclear Security Administration.
@@ -24,7 +24,7 @@ endif()
2424
# declare the project name
2525
project(
2626
singularity-eos
27-
VERSION 1.9.1
27+
VERSION 1.9.2
2828
LANGUAGES NONE)
2929

3030
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

0 commit comments

Comments
 (0)