Skip to content

Commit

Permalink
Merge pull request #430 from lanl/version-1.9.1-rc
Browse files Browse the repository at this point in the history
prepare for release 1.9.1
  • Loading branch information
Yurlungur authored Nov 7, 2024
2 parents fb0dd3b + 8956cfa commit 1be1842
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## 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.1
Date: 11/7/2024

Release is in preparation for JOSS publication.

### Added (new features/APIs/variables/...)
- [[PR416]](https://github.com/lanl/singularity-eos/pull/416) Gibbs free energy
- [[PR361]](https://github.com/lanl/singularity-eos/pull/361) Added tests for PTEsolver and added a strawman kinetic phase transition framework
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.9.0
VERSION 1.9.1
LANGUAGES NONE)

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

0 comments on commit 1be1842

Please sign in to comment.