Skip to content

Commit

Permalink
prepare for release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Nov 7, 2024
1 parent fb0dd3b commit 8956cfa
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 8956cfa

Please sign in to comment.