Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Sep 21, 2023
1 parent dc010d1 commit 69835c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Rarr
Title: Read Zarr Files in R
Version: 1.1.2
Version: 1.1.3
Authors@R: c(person("Mike", "Smith",
role=c("aut", "cre"),
email = "grimbough@gmail.com",
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
was ready. Also backported to Rarr 1.0.2.
(Thanks to Michael Sumner for reporting this issue:
https://github.com/grimbough/Rarr/issues/5)
* Corrected issue where fixed length string datatypes would be written with
null terminators, resulting in strings that were one byte longer than the
dtype value written in the `.zarray` metadata.

# Rarr 0.99.9

Expand Down

0 comments on commit 69835c8

Please sign in to comment.