Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
prckent committed Aug 24, 2023
1 parent cc438f7 commit 610dfe3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Notable changes to QMCPACK are documented in this file.

## [3.17.1] - 2023-08-25

This minor release is recommended for all users and include a couple of build fixes and a NEXUS improvement.

* Improved HDF5 detection. Fixes cases where HDF5 was not identified by CMake, including on FreeBSD (thanks @yurivict for the report). [#4708](https://github.com/QMCPACK/qmcpack/pull/4708)

* Fix for building with BUILD_UNIT_TESTS=OFF [#4709](https://github.com/QMCPACK/qmcpack/pull/4709)

### NEXUS

* NEXUS: Support for spinor inputs [#4707](https://github.com/QMCPACK/qmcpack/pull/4707)
## [3.17.0] - 2023-08-18

This is a recommended release for all users. Thanks to everyone who contributed directly, reported an issue, or suggested an
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()
######################################################################
project(
qmcpack
VERSION 3.17.9
VERSION 3.17.1
LANGUAGES C CXX)

# add the automatically determined parts of the RPATH
Expand Down

0 comments on commit 610dfe3

Please sign in to comment.