Skip to content

Commit

Permalink
Merge pull request #469 from jamesmudd/prepare-0.6.10
Browse files Browse the repository at this point in the history
Prepare 0.6.10
  • Loading branch information
jamesmudd committed May 10, 2023
2 parents d419b4b + 3cc1d03 commit d915bc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# jHDF Change Log

## v0.6.10
- Add support for files containing superblock extensions https://github.com/jamesmudd/jhdf/issues/462
- Build and dependency updates

## v0.6.9
- Add support for LZ4 compressed datasets https://github.com/jamesmudd/jhdf/issues/415
- Improve BitShuffle performance and reduce memory usage
Expand Down
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {

// Variables
group = 'io.jhdf'
version = '0.6.9'
version = '0.6.10'

compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit d915bc8

Please sign in to comment.