Skip to content

Commit

Permalink
Merge pull request #617 from jamesmudd/release-0.8.2
Browse files Browse the repository at this point in the history
Release 0.8.2
  • Loading branch information
jamesmudd authored Aug 22, 2024
2 parents d1a72ae + 7d9cce1 commit 1f334c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# jHDF Change Log

## v0.8.2 - August 2024
- Add support for writing `boolean` datasets and attributes as Bitfield

## v0.8.1 - August 2024
- Add support fo writing `String` datasets and attributes
- Add `_jHDF` default attribute to root group
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.1'
version = '0.8.2'

compileJava {
sourceCompatibility = "1.8"
Expand Down
3 changes: 0 additions & 3 deletions jhdf/src/main/java/io/jhdf/object/datatype/BitField.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.Arrays;
import java.util.BitSet;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.LongAdder;

import static io.jhdf.Utils.stripLeadingIndex;

Expand Down

0 comments on commit 1f334c2

Please sign in to comment.