Skip to content

Commit

Permalink
Prepare version 2.7.1. (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Apr 6, 2023
1 parent 77a20c6 commit be68bd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## Version 2.7.1 - 2023-04-04
### Bug Fix
- Revert removing `#include "H5FileDriver.hpp"` from `H5File.hpp` (#711).
- Change relative import to "../H5Utility.hpp" (#726).
- Fix nameclash with macros on Windows (#717 #722 #723).
- Add workaround for MSVC bug (#728).
- Don't downgrade the requested C++ standard (#729).

## Version 2.7.0 - 2023-03-31
### New Features
- Properties can now be read (#684).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ else()
cmake_policy(VERSION 3.13)
endif()

project(HighFive VERSION 2.7.0)
project(HighFive VERSION 2.7.1)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/include/highfive/H5Version.hpp.in
${CMAKE_CURRENT_BINARY_DIR}/include/highfive/H5Version.hpp)
Expand Down

0 comments on commit be68bd0

Please sign in to comment.