Skip to content

Commit

Permalink
Merge pull request #660 from jamesmudd/prepare-0.8.5
Browse files Browse the repository at this point in the history
Prepare v0.8.5
  • Loading branch information
jamesmudd authored Dec 20, 2024
2 parents dae88d7 + 5f191f7 commit c547e1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jHDF Change Log

## 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
- Allow maven publish tasks to complete without signing, if no signing keys are available. Makes local builds easier and allows building on jitpack.io https://jitpack.io/#jamesmudd/jhdf making a rolling jar release available.
- Dependency updates

## v0.8.4 - October 2024
- Fix incorrectly written string attributes. https://github.com/jamesmudd/jhdf/issues/641
- Dependency updates
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.4'
version = '0.8.5'

compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit c547e1f

Please sign in to comment.