Skip to content

Commit

Permalink
Merge pull request #396 from lanl/dholladay00/release_190
Browse files Browse the repository at this point in the history
update cmakelists for release.
  • Loading branch information
Yurlungur authored Jul 30, 2024
2 parents 864c674 + 279537d commit cfb7d4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## Current develop

### Added (new features/APIs/variables/...)

### Fixed (Repair bugs, etc)

### Changed (changing behavior/API/variables/...)

### Infrastructure (changes irrelevant to downstream codes)

### Removed (removing behavior/API/varaibles/...)

## Release 1.9.0
Date: 7/29/2024

### Added (new features/APIs/variables/...)
- [[PR377]](https://github.com/lanl/singularity-eos/pull/377) Moved much of the variant creating machinery and initialization machinery into separate header files. This is useful for downstream codes that use custom variants and helps with producing plugins.
- [[PR292]](https://github.com/lanl/singularity-eos/pull/292) Added Carnahan-Starling EoS
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif()
# declare the project name
project(
singularity-eos
VERSION 1.8.0
VERSION 1.9.0
LANGUAGES NONE)

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

0 comments on commit cfb7d4b

Please sign in to comment.