Skip to content

Commit

Permalink
Merge pull request #211 from lanl/dholladay00/singularity-eos_1.7.0
Browse files Browse the repository at this point in the history
Updating version in cmake for new release version. Update the PR temp…
  • Loading branch information
Yurlungur authored Dec 14, 2022
2 parents 8b8acdd + 875f00f commit b5d7d8c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ detail. Why is this change required? What problem does it solve?-->
- [ ] Document any new features, update documentation for changes made.
- [ ] Make sure the copyright notice on any files you modified is up to date.
- [ ] After creating a pull request, note it in the CHANGELOG.md file
- [ ] If preparing for a new release, update the version in cmake.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

## 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.7.0
Date: 12/14/2022

### Fixed (Repair bugs, etc)

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.2 LANGUAGES NONE)
project(singularity-eos VERSION 1.7.0 LANGUAGES NONE)

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

Expand Down

0 comments on commit b5d7d8c

Please sign in to comment.