Skip to content

Commit

Permalink
Prepare v0.6.8 (#403)
Browse files Browse the repository at this point in the history
* Update version number
* Update CHANGES.md
  • Loading branch information
jamesmudd committed Aug 26, 2022
1 parent d48d2cd commit 650f156
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.6.8
- Add support for getting flat data `Dataset#getDataFlat()` https://github.com/jamesmudd/jhdf/issues/397
- Add support for dereferencing addresses/ids `HdfFile.getNodeByAddress(long address) ` https://github.com/jamesmudd/jhdf/issues/316
- Dependency updates

## v0.6.7
- Add support for Bitshuffle filter https://github.com/jamesmudd/jhdf/issues/366
- Add ability to get filter data `Dataset#getFilters();` https://github.com/jamesmudd/jhdf/issues/378
Expand Down
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {

// Variables
group = 'io.jhdf'
version = '0.6.7'
version = '0.6.8'

compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit 650f156

Please sign in to comment.