Skip to content

Commit

Permalink
Merge pull request #667 from jamesmudd/prepare-v0.8.6
Browse files Browse the repository at this point in the history
Prepare v0.8.6
  • Loading branch information
jamesmudd authored Jan 12, 2025
2 parents 525192c + 62e045c commit a77536e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# jHDF Change Log

## v0.8.6 - January 2025
- Add support for reading implicit index chunked datasets https://github.com/jamesmudd/jhdf/issues/651 https://github.com/jamesmudd/jhdf/pull/655
- Test fixes for fixed-array index datasets
- Dependency updates

## v0.8.5 - December 2024
- Fix issue writing string datasets containing non-ASCII characters https://github.com/jamesmudd/jhdf/issues/656
- Add support for reading chunked datasets using fixed-array paging. https://github.com/jamesmudd/jhdf/pull/622
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.8.5'
version = '0.8.6'

compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit a77536e

Please sign in to comment.