Skip to content

Commit 1be1842

Browse files
authored
Merge pull request #430 from lanl/version-1.9.1-rc
prepare for release 1.9.1
2 parents fb0dd3b + 8956cfa commit 1be1842

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.1
17+
Date: 11/7/2024
18+
19+
Release is in preparation for JOSS publication.
20+
521
### Added (new features/APIs/variables/...)
622
- [[PR416]](https://github.com/lanl/singularity-eos/pull/416) Gibbs free energy
723
- [[PR361]](https://github.com/lanl/singularity-eos/pull/361) Added tests for PTEsolver and added a strawman kinetic phase transition framework

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424
# declare the project name
2525
project(
2626
singularity-eos
27-
VERSION 1.9.0
27+
VERSION 1.9.1
2828
LANGUAGES NONE)
2929

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

0 commit comments

Comments
 (0)