Skip to content

Commit

Permalink
Merge pull request #186 from lanl/release-candidate/1.6.2
Browse files Browse the repository at this point in the history
Release candidate/1.6.2
  • Loading branch information
Yurlungur authored Oct 12, 2022
2 parents 9c17ce8 + c843a73 commit d6bd1f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## Current develop

### Updated `hdf5` handling in the build

### Fixed (Repair bugs, etc)

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

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

### Fixed (not changing behavior/API/variables/...)

### Infrastructure (changes irrelevant to downstream codes)

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

### Added (modifiers with python bindings)

## Release 1.6.2
Date: 10/12/2022

### Updated `hdf5` handling in the build
- [[PR181]](https://github.com/lanl/singularity-eos/pull/181) change from manual dependecy handling to using hdf5 interface targets

Expand All @@ -21,14 +40,6 @@
- [[PR168]](https://github.com/lanl/singularity-eos/pull/168) move EOS files to header-only
- [[PR167]](https://github.com/lanl/singularity-eos/pull/167) allow for the possiblity Kokkos version can't be inferred

### Fixed (not changing behavior/API/variables/...)

### Infrastructure (changes irrelevant to downstream codes)

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

### Added (modifiers with python bindings)

## Release 1.6.1
Date: 07/07/2022

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.14)

project(singularity-eos VERSION 1.6.1 LANGUAGES NONE)
project(singularity-eos VERSION 1.6.2 LANGUAGES NONE)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

Expand Down

0 comments on commit d6bd1f5

Please sign in to comment.