Skip to content

Commit

Permalink
Update change log and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmudd committed Feb 28, 2019
1 parent e18dd76 commit f0e87a1
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
Expand Up @@ -2,6 +2,12 @@

Please note this project is still in pre-release development.

## v0.3.2
- Fix bug when fixed size string datasets contain strings of exactly that size.
- Fix bug where >1D fixed size datasets could not be read
- Add more JavaDoc
- Minor refactoring

## v0.3.1
- Add support for String datasets
- Remove Dataset.getDataBuffer - Not all datasets can reasonably support accessing the backing buffer
Expand Down
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

// Varibles
group = 'io.jhdf'
version = '0.3.1'
version = '0.3.2'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit f0e87a1

Please sign in to comment.