From 82247ea7e7cbb74eaadba0dc9809962f5cdb56a1 Mon Sep 17 00:00:00 2001 From: Daniel Holladay Date: Wed, 14 Dec 2022 15:54:16 -0700 Subject: [PATCH 1/2] Updating version in cmake for new release version. Update the PR template to ensure that if doing a release, be sure to update the version number in cmake. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5b0edf7063..1f265efb6a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. diff --git a/CMakeLists.txt b/CMakeLists.txt index 93949b4de5..1ed22fe02a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") From 875f00f9efc3c1ce5dd3e455755811922f927f16 Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Wed, 14 Dec 2022 16:14:57 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e19074fa7..ee7666e327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)