Skip to content

Commit

Permalink
v2.3.1 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Aug 4, 2021
1 parent 794355c commit a01ee6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Version 2.3.1 - 2021-08-04
### Improvements
- Clean cmake files from old code (#465)
- Adding path to type warning message (#471)
- Adding compound types example, w dataset and attr (#467)

### Bug Fixes
- Resolve an issue where padding of nested compound types were being calculated incorrectly (#461) (#468)
- GHA: drop previous runs (#462)

## Version 2.3 - 2021-05-07
### New Features:
- Add SZIP support (#435)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else()
cmake_policy(VERSION 3.13)
endif()

project(HighFive VERSION 2.3)
project(HighFive VERSION 2.3.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 a01ee6b

Please sign in to comment.