Skip to content

Commit

Permalink
Merge pull request #644 from jamesmudd/prepare-v0.8.4
Browse files Browse the repository at this point in the history
Prepare v0.8.4
  • Loading branch information
jamesmudd authored Oct 29, 2024
2 parents e796471 + a950182 commit 4871379
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.8.4 - October 2024
- Fix incorrectly written string attributes. https://github.com/jamesmudd/jhdf/issues/641
- Dependency updates

## v0.8.3 - October 2024
- Add support for accessing decompressed chunks individually. Thanks to [@marcobitplane](https://github.com/marcobitplane) https://github.com/jamesmudd/jhdf/pull/626
- Fix OSGi headers, and autogenerate them during the build. Thanks to [@mailaender](https://github.com/Mailaender) https://github.com/jamesmudd/jhdf/pull/625 https://github.com/jamesmudd/jhdf/pull/632
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.3'
version = '0.8.4'

compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit 4871379

Please sign in to comment.