Skip to content

Commit

Permalink
Merge pull request #615 from jamesmudd/release-0.8.1
Browse files Browse the repository at this point in the history
Release v0.8.1
  • Loading branch information
jamesmudd authored Aug 19, 2024
2 parents 96239aa + c11b0e3 commit 9d691f9
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.1 - August 2024
- Add support fo writing `String` datasets and attributes
- Add `_jHDF` default attribute to root group
- Build and dependency updates

## v0.8.0 - July 2024
- Major writing support improvements
- Attributes can now be written https://github.com/jamesmudd/jhdf/issues/552
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.0'
version = '0.8.1'

compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit 9d691f9

Please sign in to comment.